summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-global-preferences.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 16:48:07 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 16:48:07 +0200
commit46925062b04255e723ff931ac82aefda9cfc516d (patch)
treefa84d02512e584fdbf73f34d5d1ea999cefa169f /libcaja-private/caja-global-preferences.c
parentf0ca3e5a0329fa0c4a2fe5b6b941e660b547e113 (diff)
downloadcaja-46925062b04255e723ff931ac82aefda9cfc516d.tar.bz2
caja-46925062b04255e723ff931ac82aefda9cfc516d.tar.xz
convert show-text-in-icons to gsettings
Diffstat (limited to 'libcaja-private/caja-global-preferences.c')
-rw-r--r--libcaja-private/caja-global-preferences.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcaja-private/caja-global-preferences.c b/libcaja-private/caja-global-preferences.c
index d2c68b0a..ee7edb54 100644
--- a/libcaja-private/caja-global-preferences.c
+++ b/libcaja-private/caja-global-preferences.c
@@ -187,13 +187,6 @@ typedef struct
*/
static const PreferenceDefault preference_defaults[] =
{
- {
- CAJA_PREFERENCES_SHOW_TEXT_IN_ICONS,
- PREFERENCE_STRING,
- "local_only",
- NULL, NULL,
- "speed_tradeoff"
- },
/* Don't show remote directory item counts by default
* because computing them can be annoyingly slow, especially
* for FTP. If we make this fast enough for FTP in particular,