diff options
Diffstat (limited to 'includes/uidefs.h')
-rw-r--r-- | includes/uidefs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/uidefs.h b/includes/uidefs.h index e838754a..c3042492 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -11,7 +11,6 @@ "<toolitem name=\"ReportBug\" action=\"ReportBugAction\" />" #endif /* !RELEASE */ -#ifdef HAS_LIBSOUP #define SYNC_MANAGER_MENU_ITEMS \ "<separator/>" \ "<menuitem name=\"SyncManager\" action=\"SyncManagerAction\" " \ @@ -20,11 +19,6 @@ #define SYNC_MANAGER_TOOL_ITEMS \ "<toolitem name=\"SyncManager\" action=\"SyncManagerAction\"/>" -#else /* !HAS_LIBSOUP */ -#define SYNC_MANAGER_MENU_ITEMS -#define SYNC_MANAGER_TOOL_ITEMS -#endif /* !HAS_LIBSOUP */ - char *uidefs_str = "<ui>" " <menubar>" |