]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unneeded font_is_ignored prototype
authorRobert Pluim <rpluim@gmail.com>
Thu, 14 Nov 2019 14:40:12 +0000 (15:40 +0100)
committerRobert 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

index a059f532197b19edd8e60989f336c6201c9c4dd6..5795eb7342119c2c0109ec23b984bb076f1426b3 100644 (file)
@@ -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 */