summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-store-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-store-internal.h')
-rw-r--r--telepathy-logger/log-store-internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/telepathy-logger/log-store-internal.h b/telepathy-logger/log-store-internal.h
index c7dd8d4..591cfe2 100644
--- a/telepathy-logger/log-store-internal.h
+++ b/telepathy-logger/log-store-internal.h
@@ -74,9 +74,6 @@ typedef struct
const gchar *id, TplEventSearchType type);
GList * (*get_entities) (TplLogStore *self, TpAccount *account);
GList * (*search_new) (TplLogStore *self, const gchar *text);
- GList * (*search_in_identifier) (TplLogStore *self,
- TpAccount *account, const gchar *identifier, TplEventSearchType type,
- const gchar *text);
GList * (*get_filtered_events) (TplLogStore *self, TpAccount *account,
const gchar *id, TplEventSearchType type, guint num_events,
TplLogEventFilter filter, gpointer user_data);
@@ -101,9 +98,6 @@ GList * _tpl_log_store_get_events_for_date (TplLogStore *self,
GList * _tpl_log_store_get_recent_events (TplLogStore *self,
TpAccount *account, const gchar *id, TplEventSearchType type);
GList * _tpl_log_store_get_entities (TplLogStore *self, TpAccount *account);
-GList * _tpl_log_store_search_in_identifier (TplLogStore *self,
- TpAccount *account, const gchar *identifier, TplEventSearchType type,
- const gchar *text);
GList * _tpl_log_store_search_new (TplLogStore *self, const gchar *text);
GList * _tpl_log_store_get_filtered_events (TplLogStore *self,
TpAccount *account, const gchar *id, TplEventSearchType type,