Fix various warnings about unused things
https://bugzilla.gnome.org/show_bug.cgi?id=734735
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
static void
|
||||
test_to_text_list (void)
|
||||
{
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
GdkDisplay *display;
|
||||
|
||||
display = gdk_display_get_default ();
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
if (GDK_IS_X11_DISPLAY (display))
|
||||
{
|
||||
GdkAtom encoding;
|
||||
|
||||
Reference in New Issue
Block a user