Drop an unused variable
This commit is contained in:

committed by
Ryan Lortie

parent
8ae7921708
commit
32508ee825
@ -50,7 +50,6 @@ new_window (GApplication *app,
|
|||||||
GFile *file)
|
GFile *file)
|
||||||
{
|
{
|
||||||
GtkWidget *window, *button, *grid, *scrolled, *view;
|
GtkWidget *window, *button, *grid, *scrolled, *view;
|
||||||
GtkWidget *menu;
|
|
||||||
|
|
||||||
window = gtk_application_window_new (GTK_APPLICATION (app));
|
window = gtk_application_window_new (GTK_APPLICATION (app));
|
||||||
g_action_map_add_action_entries (G_ACTION_MAP (window), win_entries, G_N_ELEMENTS (win_entries), window);
|
g_action_map_add_action_entries (G_ACTION_MAP (window), win_entries, G_N_ELEMENTS (win_entries), window);
|
||||||
|
Reference in New Issue
Block a user