summaryrefslogtreecommitdiff
path: root/mate-panel/applet.c
diff options
context:
space:
mode:
authorGymnasiast <[email protected]>2014-07-08 13:12:49 +0200
committerinfirit <[email protected]>2015-08-29 14:07:19 +0200
commit9d76273d550a6ec24e716beb63e3c31c6f71552b (patch)
treebaf90936d4b6fd16adc90cdac1d9ac9ea49b6dd5 /mate-panel/applet.c
parentf22c5a77f194d54d811cb21916edb5f1fa909b53 (diff)
downloadmate-panel-9d76273d550a6ec24e716beb63e3c31c6f71552b.tar.bz2
mate-panel-9d76273d550a6ec24e716beb63e3c31c6f71552b.tar.xz
Removed obsolete compatibility code
Diffstat (limited to 'mate-panel/applet.c')
-rw-r--r--mate-panel/applet.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index d2d8e5d8..516d9ab4 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -67,8 +67,6 @@ mate_panel_applet_set_dnd_enabled (AppletInfo *info,
break;
case PANEL_OBJECT_APPLET:
break;
- case PANEL_OBJECT_LOGOUT:
- case PANEL_OBJECT_LOCK:
case PANEL_OBJECT_ACTION:
panel_action_button_set_dnd_enabled (PANEL_ACTION_BUTTON (info->widget),
dnd_enabled);
@@ -268,8 +266,6 @@ applet_callback_callback (GtkWidget *widget,
PANEL_MENU_BUTTON (menu->info->widget), menu->name);
break;
case PANEL_OBJECT_ACTION:
- case PANEL_OBJECT_LOGOUT:
- case PANEL_OBJECT_LOCK:
panel_action_button_invoke_menu (
PANEL_ACTION_BUTTON (menu->info->widget), menu->name);
break;