summaryrefslogtreecommitdiff
path: root/src/nautilus-preferences-window.c
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2021-02-09 21:47:59 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2021-02-10 12:46:38 +0000
commit1b0c8b052fcd15903fb80651fcd531e8b81088ff (patch)
tree3d8529899106fc973dce75b54d05c38f6846b926 /src/nautilus-preferences-window.c
parenta5ff51d7034a643bcda2dd286714233c9a528042 (diff)
downloadnautilus-1b0c8b052fcd15903fb80651fcd531e8b81088ff.tar.gz
preferences-window: Remove leftovers from the past
We have a few includes, defines and tree models which we no longer use. They used to be need for widgets and options which are long gone.
Diffstat (limited to 'src/nautilus-preferences-window.c')
-rw-r--r--src/nautilus-preferences-window.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/nautilus-preferences-window.c b/src/nautilus-preferences-window.c
index 2787138fa..86de61b5e 100644
--- a/src/nautilus-preferences-window.c
+++ b/src/nautilus-preferences-window.c
@@ -25,28 +25,15 @@
#include "nautilus-preferences-window.h"
-#include <string.h>
-#include <time.h>
#include <gtk/gtk.h>
#include <gio/gio.h>
#include <glib/gi18n.h>
-#include <eel/eel-glib-extensions.h>
-
#include <nautilus-extension.h>
-#include "nautilus-column-chooser.h"
#include "nautilus-column-utilities.h"
#include "nautilus-global-preferences.h"
-#include "nautilus-module.h"
-
-/* string enum preferences */
-#define NAUTILUS_PREFERENCES_DIALOG_DEFAULT_VIEW_WIDGET "default_view_combobox"
-#define NAUTILUS_PREFERENCES_DIALOG_PREVIEW_FILES_WIDGET \
- "preview_image_combobox"
-#define NAUTILUS_PREFERENCES_DIALOG_PREVIEW_FOLDER_WIDGET \
- "preview_folder_combobox"
/* bool preferences */
#define NAUTILUS_PREFERENCES_DIALOG_FOLDERS_FIRST_WIDGET \
@@ -57,10 +44,6 @@
"show_create_link_checkbutton"
#define NAUTILUS_PREFERENCES_DIALOG_LIST_VIEW_USE_TREE_WIDGET \
"use_tree_view_checkbutton"
-#define NAUTILUS_PREFERENCES_DIALOG_USE_NEW_VIEWS_WIDGET \
- "use_new_views_checkbutton"
-
-/* int enums */
static const char * const speed_tradeoff_values[] =
{