diff options
author | Ted Gould <ted@gould.cx> | 2012-09-28 15:37:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-28 15:37:44 -0500 |
commit | 79a2f85857aface06962f660b7aa975fe3bf58e3 (patch) | |
tree | 99448b228af00787507bf593e6fa6a7e2a7228b3 | |
parent | 1c274a4a72b9823be37828daf23c19fb16eedebb (diff) | |
download | ayatana-indicator-session-79a2f85857aface06962f660b7aa975fe3bf58e3.tar.gz ayatana-indicator-session-79a2f85857aface06962f660b7aa975fe3bf58e3.tar.bz2 ayatana-indicator-session-79a2f85857aface06962f660b7aa975fe3bf58e3.zip |
Drop the defines
-rw-r--r-- | src/shared-names.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared-names.h b/src/shared-names.h index e82aef8..900fbbe 100644 --- a/src/shared-names.h +++ b/src/shared-names.h @@ -36,10 +36,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define USER_ITEM_PROP_ICON "user-item-icon-path" #define USER_ITEM_ICON_DEFAULT "avatar-default" -#define RESTART_ITEM_TYPE "x-canonical-restart-item" -#define RESTART_ITEM_LABEL "restart-label" -#define RESTART_ITEM_ICON "restart-icon" - #define ICON_DEFAULT "system-devices-panel" #define ICON_INFO "system-devices-panel-information" #define ICON_ALERT "system-devices-panel-alert" |