From b4bed03ad0f2f945cb438320fa68827a2c032119 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 1 Nov 2019 22:06:25 -0500 Subject: util_ids: remove duplicate declaration Signed-off-by: Burt P --- deps/sysobj_early/include/util_ids.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'deps/sysobj_early') diff --git a/deps/sysobj_early/include/util_ids.h b/deps/sysobj_early/include/util_ids.h index e9d495ea..c5dccfe7 100644 --- a/deps/sysobj_early/include/util_ids.h +++ b/deps/sysobj_early/include/util_ids.h @@ -56,8 +56,6 @@ typedef struct { ids_query_result result; } ids_query; -void ids_query_result_cpy(ids_query_result *dest, ids_query_result *src); - ids_query *ids_query_new(const gchar *qpath); void ids_query_free(ids_query *s); typedef GSList* ids_query_list; -- cgit v1.2.3