mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Fix unused function warning on X
* src/xsettings.c (xg_settings_key_valid_p): Surround with HAVE_PGTK and HAVE_GSETTINGS.
This commit is contained in:
parent
1a6a4614ce
commit
38dfe9d2f7
@ -230,6 +230,8 @@ static cairo_font_options_t *font_options;
|
||||
|
||||
static GSettings *gsettings_client;
|
||||
|
||||
#if defined HAVE_PGTK && defined HAVE_GSETTINGS
|
||||
|
||||
static bool
|
||||
xg_settings_key_valid_p (GSettings *settings, const char *key)
|
||||
{
|
||||
@ -253,6 +255,8 @@ xg_settings_key_valid_p (GSettings *settings, const char *key)
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PGTK
|
||||
/* Store an event for re-rendering of the fonts. */
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user