aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store-empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-log-store-empathy.c')
-rw-r--r--libempathy/empathy-log-store-empathy.c7
1 files changed, 0 insertions, 7 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);
-}