diff options
-rw-r--r-- | data/empathy.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 5 | ||||
-rw-r--r-- | libempathy/empathy-gsettings.h | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/data/empathy.convert b/data/empathy.convert index 02ef97137..71353248a 100644 --- a/data/empathy.convert +++ b/data/empathy.convert @@ -4,7 +4,6 @@ use-conn = /apps/empathy/use_conn autoconnect = /apps/empathy/autoconnect autoaway = /apps/empathy/autoaway -import-asked = /apps/empathy/import_asked butterfly-logs-migrated = /apps/empathy/butterfly_logs_migrated file-transfer-default-folder = /apps/empathy/file_transfer_default_folder diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 27a8cb375..f889adf95 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -15,11 +15,6 @@ <_summary>Empathy should auto-away when idle</_summary> <_description>Whether Empathy should go into away mode automatically if the user is idle.</_description> </key> - <key name="import-asked" type="b"> - <default>false</default> - <_summary>Empathy has asked about importing accounts</_summary> - <_description>Whether Empathy has asked about importing accounts from other programs.</_description> - </key> <key name="butterfly-logs-migrated" type="b"> <default>false</default> <_summary>Empathy has migrated butterfly logs</_summary> diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 21d08ed5d..aba78c880 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -29,7 +29,6 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_USE_CONN "use-conn" #define EMPATHY_PREFS_AUTOCONNECT "autoconnect" #define EMPATHY_PREFS_AUTOAWAY "autoaway" -#define EMPATHY_PREFS_IMPORT_ASKED "import-asked" #define EMPATHY_PREFS_BUTTERFLY_LOGS_MIGRATED "butterfly-logs-migrated" #define EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER "file-transfer-default-folder" |