diff options
author | monsta <[email protected]> | 2017-11-24 14:52:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-11-24 14:52:25 +0300 |
commit | b58f2df5b5b5ff519691491378274329f5ac1f5e (patch) | |
tree | 8469c15019aa515f38c488f15cfa7937a49d8b3a | |
parent | f95539a051b7a83d5812563d17e50313c7f1f3d2 (diff) | |
download | mate-panel-b58f2df5b5b5ff519691491378274329f5ac1f5e.tar.bz2 mate-panel-b58f2df5b5b5ff519691491378274329f5ac1f5e.tar.xz |
remove ancient gnome-panel leftovers
should've done it long ago
see https://git.gnome.org/browse/gnome-panel/commit/?id=e57b3afd9255671789ea6c1b6136bbad82573cdc
-rw-r--r-- | mate-panel/panel-enums-gsettings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-panel/panel-enums-gsettings.h b/mate-panel/panel-enums-gsettings.h index a74c18e9..3f9a7562 100644 --- a/mate-panel/panel-enums-gsettings.h +++ b/mate-panel/panel-enums-gsettings.h @@ -57,9 +57,6 @@ typedef enum { PANEL_OBJECT_ACTION, PANEL_OBJECT_MENU_BAR, PANEL_OBJECT_SEPARATOR, - /* The following two are for backwards compatibility with 2.0.x */ - PANEL_OBJECT_LOGOUT, - PANEL_OBJECT_LOCK } PanelObjectType; typedef enum { |