diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-24 19:12:54 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:55:02 +0800 |
commit | aef402c6cd92c60b6ee6254f354363abb0ee3b2c (patch) | |
tree | d3320cffbb957c1b9ae7e95f89b770a896bc5a71 /libempathy-gtk | |
parent | f14763ece20839cb52cea4c2119503221b380a3a (diff) | |
download | gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar.gz gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar.bz2 gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar.lz gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar.xz gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.tar.zst gsoc2013-empathy-aef402c6cd92c60b6ee6254f354363abb0ee3b2c.zip |
Remove the preferences
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-conf.h b/libempathy-gtk/empathy-conf.h index d650f4224..07026df5c 100644 --- a/libempathy-gtk/empathy-conf.h +++ b/libempathy-gtk/empathy-conf.h @@ -82,7 +82,6 @@ struct _EmpathyConfClass { #define EMPATHY_PREFS_LOCATION_RESOURCE_CELL EMPATHY_PREFS_PATH "/location/resource_cell" #define EMPATHY_PREFS_LOCATION_RESOURCE_GPS EMPATHY_PREFS_PATH "/location/resource_gps" #define EMPATHY_PREFS_LOCATION_REDUCE_ACCURACY EMPATHY_PREFS_PATH "/location/reduce_accuracy" -#define EMPATHY_PREFS_FILE_TRANSFER_USE_HASH EMPATHY_PREFS_PATH "/file_transfer/use_hash" typedef void (*EmpathyConfNotifyFunc) (EmpathyConf *conf, const gchar *key, |