Drop an unused variable

These are no longer used.
This commit is contained in:
Matthias Clasen 2017-11-16 23:27:00 -05:00
parent 92f49ed3e3
commit 5517ab0651

View File

@ -131,9 +131,6 @@ static int gdk_initialized = 0; /* 1 if the library is initi
* 0 otherwise.
*/
static gchar *gdk_progclass = NULL;
static gboolean gdk_progclass_overridden;
static GMutex gdk_threads_mutex;
static GCallback gdk_threads_lock = NULL;