diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-13 15:45:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-15 19:45:47 +0800 |
commit | a27a6f8621c1f054c39e0ee1c0b8334434b10c97 (patch) | |
tree | 09a6c173ee50c315a7c8ff7fe50bdf6e14c465a8 /libempathy/empathy-gsettings.h | |
parent | 368556a6bd473f1faab34b44e6dba224f88361ac (diff) | |
download | gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.gz gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.bz2 gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.lz gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.xz gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.tar.zst gsoc2013-empathy-a27a6f8621c1f054c39e0ee1c0b8334434b10c97.zip |
remove deprecated gsettings keys
Those are not supported by the new roster UI and so can be removed.
https://bugzilla.gnome.org/show_bug.cgi?id=677949
Diffstat (limited to 'libempathy/empathy-gsettings.h')
-rw-r--r-- | libempathy/empathy-gsettings.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 4178b6728..0a7a18c3e 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -74,17 +74,11 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_UI_EVENTS_NOTIFY_AREA "events-notify-area" #define EMPATHY_PREFS_UI_MAIN_WINDOW_HIDDEN "main-window-hidden" #define EMPATHY_PREFS_UI_AVATAR_DIRECTORY "avatar-directory" -#define EMPATHY_PREFS_UI_SHOW_AVATARS "show-avatars" -#define EMPATHY_PREFS_UI_SHOW_PROTOCOLS "show-protocols" #define EMPATHY_PREFS_UI_SHOW_BALANCES "show-balance-in-roster" -#define EMPATHY_PREFS_UI_COMPACT_CONTACT_LIST "compact-contact-list" #define EMPATHY_PREFS_UI_CHAT_WINDOW_PANED_POS "chat-window-paned-pos" #define EMPATHY_PREFS_UI_SHOW_OFFLINE "show-offline" #define EMPATHY_PREFS_UI_SHOW_GROUPS "show-groups" -#define EMPATHY_PREFS_CONTACTS_SCHEMA EMPATHY_PREFS_SCHEMA ".contacts" -#define EMPATHY_PREFS_CONTACTS_SORT_CRITERIUM "sort-criterium" - #define EMPATHY_PREFS_HINTS_SCHEMA EMPATHY_PREFS_SCHEMA ".hints" #define EMPATHY_PREFS_HINTS_CLOSE_MAIN_WINDOW "close-main-window" |