diff options
author | Étienne Deparis <[email protected]> | 2019-04-29 14:17:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-10 10:18:54 +0200 |
commit | 9653efed2e65791ee041b4c467d739b4fdaed9f5 (patch) | |
tree | 9efbaef8bfa1344238ad7e6e7c89af39988ac045 /mate-window-picker-applet/task-list.c | |
parent | 30e3cf24616624c609b21d97db939ea1e581ac11 (diff) | |
download | mate-netbook-9653efed2e65791ee041b4c467d739b4fdaed9f5.tar.bz2 mate-netbook-9653efed2e65791ee041b4c467d739b4fdaed9f5.tar.xz |
Remove unused variable declaration in applet.c and task-list.c
Diffstat (limited to 'mate-window-picker-applet/task-list.c')
-rw-r--r-- | mate-window-picker-applet/task-list.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-window-picker-applet/task-list.c b/mate-window-picker-applet/task-list.c index 613d03d..01ca46a 100644 --- a/mate-window-picker-applet/task-list.c +++ b/mate-window-picker-applet/task-list.c @@ -93,10 +93,6 @@ on_window_opened (WnckScreen *screen, static void task_list_finalize (GObject *object) { - TaskListPrivate *priv; - - priv = TASK_LIST_GET_PRIVATE (object); - G_OBJECT_CLASS (task_list_parent_class)->finalize (object); } |