From e87f65f1b17186c6246fce26cdbd05d087ec28b9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 8 Jan 2010 14:24:50 +0100 Subject: Enforce a set of notifications for observing instead of using defaults We don't need to maintain defaults, applications should know and specifiy which notification ids they want to observe themselfs. --- src/NotificationProxy.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/NotificationProxy.h') diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h index 84f1f89..ea993c5 100644 --- a/src/NotificationProxy.h +++ b/src/NotificationProxy.h @@ -31,20 +31,6 @@ struct np_client_int { GThread *notifier; }; -static const char *np_default_notifications[11] = { - NP_SYNC_SUSPEND_REQUEST, - NP_SYNC_RESUME_REQUEST, - NP_PHONE_NUMBER_CHANGED, - NP_SYNC_CANCEL_REQUEST, - NP_DEVICE_NAME_CHANGED, - NP_ATTEMPTACTIVATION, - NP_DS_DOMAIN_CHANGED, - NP_APP_INSTALLED, - NP_APP_UNINSTALLED, - NP_ITDBPREP_DID_END, - NULL -}; - gpointer np_notifier(gpointer arg); #endif -- cgit v1.1-32-gdbae