diff --git a/src/callbacks.c b/src/callbacks.c index 07c66b9..b78e391 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -64,6 +64,7 @@ static GtkToggleButton *l_solo_button[XO_NBANDS], *l_bypass_button[XO_NBANDS], static int hot_scene = 0; static GtkWidget *scene_name_dialog, *about_dialog; static GtkEntry *l_scene_name_entry; +static GtkNotebook *l_notebook1; void diff --git a/src/hdeq.h b/src/hdeq.h index 27c9d34..3938e02 100644 --- a/src/hdeq.h +++ b/src/hdeq.h @@ -59,9 +59,4 @@ void comp_box_leave (int i); void comp_box_enter (int i); void hdeq_notebook1_set_page (guint page_num); int get_current_notebook1_page (); - - -GtkNotebook *l_notebook1; - - #endif