From c298027fefc0f5e85f82e486ee3c84aa8a8f9fe4 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 03:00:44 +0100 Subject: CLEANUP - remove old stuff --- shell/shell.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell/shell.c') diff --git a/shell/shell.c b/shell/shell.c index 81f3e084..57e5598c 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -818,9 +818,7 @@ void shell_init(GSList * modules) shell->tree->modules = modules ? modules : modules_load_all(); -#ifdef HAS_LIBSOUP check_for_updates(); -#endif g_slist_foreach(shell->tree->modules, shell_add_modules_to_gui, shell->tree); gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->tree->view)); @@ -839,11 +837,7 @@ void shell_init(GSList * modules) shell_action_set_active("SidePaneAction", TRUE); shell_action_set_active("ToolbarAction", TRUE); -#ifndef HAS_LIBSOUP - shell_action_set_enabled("SyncManagerAction", FALSE); -#else shell_action_set_enabled("SyncManagerAction", sync_manager_count_entries() > 0); -#endif /* Should select Computer Summary (note: not Computer/Summary) */ g_idle_add(select_first_tree_item, NULL); -- cgit v1.2.3