From af4e84383d711cc4dafa834d8fc7ab71ef50d0d1 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 20 Feb 2015 16:14:44 -0800 Subject: [PATCH] shell-plugin: Remove unused variables --- src/gnome-shell-plugin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c index f7dd1be60..9c52a63fc 100644 --- a/src/gnome-shell-plugin.c +++ b/src/gnome-shell-plugin.c @@ -106,10 +106,6 @@ struct _GnomeShellPlugin { MetaPlugin parent; - Atom panel_action; - Atom panel_action_run_dialog; - Atom panel_action_main_menu; - int glx_error_base; int glx_event_base; guint have_swap_event : 1;