aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 15:08:04 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 15:08:04 -0400
commit0d54212acd85c7c430be22a1b4d17ec64b9ef02c (patch)
tree7747b4e3036077b4bd13d3ed679869374d9d985c /src
parent65fe548566594f24370d1bb24de9c451ad94bc48 (diff)
downloadayatana-indicator-notifications-0d54212acd85c7c430be22a1b4d17ec64b9ef02c.tar.gz
ayatana-indicator-notifications-0d54212acd85c7c430be22a1b4d17ec64b9ef02c.tar.bz2
ayatana-indicator-notifications-0d54212acd85c7c430be22a1b4d17ec64b9ef02c.zip
Removed the unnecessary menu items from dbus-shared.h and the unnecessary signal in the service xml. Probably broke the compile.
Diffstat (limited to 'src')
-rw-r--r--src/dbus-shared.h14
-rw-r--r--src/example-service.xml1
2 files changed, 0 insertions, 15 deletions
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 <http://www.gnu.org/licenses/>.
#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 @@
<!-- Methods -->
<!-- Signals -->
- <signal name="UpdateTime" />
</interface>
</node>