projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99550f2
)
Remove unneeded font_is_ignored prototype
author
Robert Pluim
<rpluim@gmail.com>
Thu, 14 Nov 2019 14:40:12 +0000
(15:40 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Thu, 14 Nov 2019 14:40:12 +0000
(15:40 +0100)
* src/gtkutil.h: Remove unneeded prototype for font_is_ignored,
it's in font.h now.
src/gtkutil.h
patch
|
blob
|
history
diff --git
a/src/gtkutil.h
b/src/gtkutil.h
index a059f532197b19edd8e60989f336c6201c9c4dd6..5795eb7342119c2c0109ec23b984bb076f1426b3 100644
(file)
--- a/
src/gtkutil.h
+++ b/
src/gtkutil.h
@@
-204,9
+204,5
@@
extern bool xg_ignore_gtk_scrollbar;
extern bool xg_gtk_initialized;
-#if GTK_CHECK_VERSION (3, 2, 0)
-extern bool font_is_ignored (const char *, ptrdiff_t);
-#endif
-
#endif /* USE_GTK */
#endif /* GTKUTIL_H */