diff options
Diffstat (limited to 'mate-window-picker-applet/applet.c')
-rw-r--r-- | mate-window-picker-applet/applet.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c index 34408c0..6e362d4 100644 --- a/mate-window-picker-applet/applet.c +++ b/mate-window-picker-applet/applet.c @@ -153,7 +153,6 @@ cw_applet_fill (MatePanelApplet *applet, const gchar *iid, gpointer data) { - WnckScreen *screen; WinPickerApp *app; GtkWidget *eb, *tasks, *title; gchar *ui_path; @@ -174,7 +173,6 @@ cw_applet_fill (MatePanelApplet *applet, app = g_slice_new0 (WinPickerApp); mainapp = app; - screen = wnck_screen_get_default (); object_class = G_OBJECT_GET_CLASS (G_OBJECT(applet)); object_class->finalize = cw_applet_finalize; |