Removed unused global window symbol for hotkey gui window

This commit is contained in:
Matthew Budd 2020-05-13 08:36:35 -04:00
parent c45c6c00cf
commit 42233b0425
1 changed files with 0 additions and 2 deletions

View File

@ -470,7 +470,6 @@ void flushGtkEvents(void)
return;
}
GtkWidget* HotkeyWin;
static void hotKeyWindowRefresh(void)
{
@ -571,7 +570,6 @@ void openHotkeyConfig(void)
GTK_RESPONSE_OK,
NULL);
gtk_window_set_default_size(GTK_WINDOW(win), 400, 800);
HotkeyWin = win;
GtkWidget *tree;
GtkWidget *vbox;
GtkWidget *scroll;