diff options
Diffstat (limited to 'src/custom-service.c')
-rw-r--r-- | src/custom-service.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/custom-service.c b/src/custom-service.c deleted file mode 100644 index d96a9de..0000000 --- a/src/custom-service.c +++ /dev/null @@ -1,16 +0,0 @@ -#include "notification-item-client.h" - -void _notification_watcher_server_register_service (void) { }; -void _notification_watcher_server_registered_services (void) { }; -void _notification_watcher_server_protocol_version (void) { }; -void _notification_watcher_server_register_notification_host (void) { }; -void _notification_watcher_server_is_notification_host_registered (void) { }; - -#include "notification-watcher-server.h" - -int -main (int argc, char ** argv) -{ - - return 0; -} |