aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorRobert Pluim2019-11-14 15:40:12 +0100
committerRobert Pluim2019-11-14 15:40:12 +0100
commit30e944b66b24254e007381c80237e96c721a127c (patch)
tree59998010a69f49fc8239d5df4dabfe7381f503ea /src/gtkutil.h
parent99550f20a0cf294e271a1132ff1e5e57554c74f2 (diff)
downloademacs-30e944b66b24254e007381c80237e96c721a127c.tar.gz
emacs-30e944b66b24254e007381c80237e96c721a127c.zip
Remove unneeded font_is_ignored prototype
* src/gtkutil.h: Remove unneeded prototype for font_is_ignored, it's in font.h now.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index a059f532197..5795eb73421 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -204,9 +204,5 @@ extern bool xg_ignore_gtk_scrollbar;
204 204
205extern bool xg_gtk_initialized; 205extern bool xg_gtk_initialized;
206 206
207#if GTK_CHECK_VERSION (3, 2, 0)
208extern bool font_is_ignored (const char *, ptrdiff_t);
209#endif
210
211#endif /* USE_GTK */ 207#endif /* USE_GTK */
212#endif /* GTKUTIL_H */ 208#endif /* GTKUTIL_H */