summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-04-06 20:36:17 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2024-04-06 20:38:29 -0400
commite736f48ba2fd4263ca6f692e27916a914447af4e (patch)
tree6959106ab8706db0ca5f0fab7311dbc85519038a
parent4e4210c86019b42c3819cc18b59f86752fcd8b13 (diff)
issue 21: remove redundant/out-of-place prototype for XftNameUnparseHEADmaster
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--include/X11/Xft/XftCompat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/X11/Xft/XftCompat.h b/include/X11/Xft/XftCompat.h
index 0fced03..421fd35 100644
--- a/include/X11/Xft/XftCompat.h
+++ b/include/X11/Xft/XftCompat.h
@@ -153,11 +153,4 @@ typedef FcObjectSet XftObjectSet;
#define XftConfigSubstitute(p) FcConfigSubstitute (0, p, FcMatchPattern)
-_XFUNCPROTOBEGIN
-
-FcBool
-XftNameUnparse (XftPattern *pat, char *dest, int len);
-
-_XFUNCPROTOEND
-
#endif /* _XFTCOMPAT_H_ */