summaryrefslogtreecommitdiff
path: root/bindings/objc/src/Notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/src/Notifications.h')
-rw-r--r--bindings/objc/src/Notifications.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bindings/objc/src/Notifications.h b/bindings/objc/src/Notifications.h
index 3972646..556c1fd 100644
--- a/bindings/objc/src/Notifications.h
+++ b/bindings/objc/src/Notifications.h
@@ -8,9 +8,3 @@
*/
// Notification identifiers
-
-/**
-\brief this notification is send, when the modules have changed (updated, added, removed)
- */
-#define NotificationModulesChanged @"NotificationModulesChanged"
-#define SendNotifyModulesChanged(X) [[NSNotificationCenter defaultCenter] postNotificationName:NotificationModulesChanged object:X];