diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-23 19:20:29 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-29 18:14:28 +0800 |
commit | 6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121 (patch) | |
tree | 8a318758aec27bece1a3336552035de58f6feedf /libempathy | |
parent | 025b934de806230bb79a51b0758cc8b87f9f4e67 (diff) | |
download | gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar.gz gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar.bz2 gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar.lz gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar.xz gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.tar.zst gsoc2013-empathy-6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121.zip |
remove empathy_log_store_empathy_get_dir
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-log-store-empathy.c | 7 | ||||
-rw-r--r-- | libempathy/empathy-log-store-empathy.h | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index 06eb935ca..2088fca03 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -815,10 +815,3 @@ log_store_iface_init (gpointer g_iface, iface->ack_message = NULL; iface->get_filtered_messages = log_store_empathy_get_filtered_messages; } - -gchar * -empathy_log_store_empathy_get_dir (EmpathyLogStoreEmpathy *store, - TpAccount *account) -{ - return log_store_empathy_get_dir (EMPATHY_LOG_STORE (store), account, NULL, FALSE); -} diff --git a/libempathy/empathy-log-store-empathy.h b/libempathy/empathy-log-store-empathy.h index 5fa6c2286..5ba927311 100644 --- a/libempathy/empathy-log-store-empathy.h +++ b/libempathy/empathy-log-store-empathy.h @@ -66,9 +66,6 @@ struct _EmpathyLogStoreEmpathyClass GType empathy_log_store_empathy_get_type (void); -gchar * empathy_log_store_empathy_get_dir (EmpathyLogStoreEmpathy *store, - TpAccount *account); - G_END_DECLS #endif /* ENABLE_TPL */ |