aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-log-store-empathy.c7
-rw-r--r--libempathy/empathy-log-store-empathy.h3
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 */