diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-10-13 17:35:47 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-10-13 17:58:00 +0200 |
commit | e676a40dcef267c312e27c4191adc0d22eaf1554 (patch) | |
tree | bff5329b9835f06f34495934330406e3052093a7 /libnautilus-private/nautilus-global-preferences.h | |
parent | d26ae7b60c07057c6fbf926a3a805c29a5cfc3b2 (diff) | |
download | nautilus-e676a40dcef267c312e27c4191adc0d22eaf1554.tar.gz |
preferences: remove obsolete background preferences
Diffstat (limited to 'libnautilus-private/nautilus-global-preferences.h')
-rw-r--r-- | libnautilus-private/nautilus-global-preferences.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h index cc4bef8d5..23b81948e 100644 --- a/libnautilus-private/nautilus-global-preferences.h +++ b/libnautilus-private/nautilus-global-preferences.h @@ -35,16 +35,6 @@ G_BEGIN_DECLS /* Whether exit when last window destroyed */ #define NAUTILUS_PREFERENCES_EXIT_WITH_LAST_WINDOW "exit-with-last-window" -/* Desktop Background options */ -#define NAUTILUS_PREFERENCES_BACKGROUND_SET "background-set" -#define NAUTILUS_PREFERENCES_BACKGROUND_COLOR "background-color" -#define NAUTILUS_PREFERENCES_BACKGROUND_URI "background-uri" - -/* Side Pane Background options */ -#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_SET "side-pane-background-set" -#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_COLOR "side-pane-background-color" -#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_URI "side-pane-background-uri" - /* Automount options */ #define NAUTILUS_PREFERENCES_MEDIA_AUTOMOUNT "automount" #define NAUTILUS_PREFERENCES_MEDIA_AUTOMOUNT_OPEN "automount-open" |