From 0d54212acd85c7c430be22a1b4d17ec64b9ef02c Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 15:08:04 -0400 Subject: Removed the unnecessary menu items from dbus-shared.h and the unnecessary signal in the service xml. Probably broke the compile. --- src/dbus-shared.h | 14 -------------- src/example-service.xml | 1 - 2 files changed, 15 deletions(-) (limited to 'src') diff --git a/src/dbus-shared.h b/src/dbus-shared.h index ecd6f8a..f45a82b 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -26,17 +26,3 @@ with this program. If not, see . #define SERVICE_VERSION 1 #define MENU_OBJ "/com/example/indicator/example/menu" - -#define DBUSMENU_CALENDAR_MENUITEM_TYPE "x-example-calendar-item" - -#define CALENDAR_MENUITEM_PROP_MARKS "calendar-marks" - -#define APPOINTMENT_MENUITEM_TYPE "appointment-item" -#define APPOINTMENT_MENUITEM_PROP_LABEL "appointment-label" -#define APPOINTMENT_MENUITEM_PROP_ICON "appointment-icon" -#define APPOINTMENT_MENUITEM_PROP_RIGHT "appointment-time" - -#define TIMEZONE_MENUITEM_TYPE "timezone-item" -#define TIMEZONE_MENUITEM_PROP_ZONE "timezone-zone" -#define TIMEZONE_MENUITEM_PROP_NAME "timezone-name" -#define TIMEZONE_MENUITEM_PROP_RADIO "timezone-radio" diff --git a/src/example-service.xml b/src/example-service.xml index 0f46e89..ed57fe0 100644 --- a/src/example-service.xml +++ b/src/example-service.xml @@ -5,7 +5,6 @@ - -- cgit v1.2.3