summaryrefslogtreecommitdiff
path: root/purple-history/purplehistorycore.c
diff options
context:
space:
mode:
Diffstat (limited to 'purple-history/purplehistorycore.c')
-rw-r--r--purple-history/purplehistorycore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/purple-history/purplehistorycore.c b/purple-history/purplehistorycore.c
index 94d7325332..14ec3c3e40 100644
--- a/purple-history/purplehistorycore.c
+++ b/purple-history/purplehistorycore.c
@@ -55,6 +55,7 @@ purple_history_query(const gchar *query, GError **error) {
return TRUE;
}
+G_GNUC_UNUSED
static gboolean
purple_history_remove(const gchar *query, GError **error) {
PurpleHistoryManager *manager = purple_history_manager_get_default();