emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 30e944b: Remove unneeded font_is_ignored prototype


From: Robert Pluim
Subject: master 30e944b: Remove unneeded font_is_ignored prototype
Date: Thu, 14 Nov 2019 09:41:34 -0500 (EST)

branch: master
commit 30e944b66b24254e007381c80237e96c721a127c
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    Remove unneeded font_is_ignored prototype
    
    * src/gtkutil.h: Remove unneeded prototype for font_is_ignored,
    it's in font.h now.
---
 src/gtkutil.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/gtkutil.h b/src/gtkutil.h
index a059f53..5795eb7 100644
--- 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 */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]