aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h1
-rw-r--r--includes/uidefs.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index ce3ff529..872a29fc 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -56,7 +56,6 @@ struct _ProgramParameters {
gboolean gui_running;
gboolean list_modules;
gboolean autoload_deps;
- gboolean run_xmlrpc_server;
gboolean skip_benchmarks;
gboolean quiet;
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>"