From ee87c46227c838961250bb8d50edca57ac154462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 12 Jun 2021 20:07:47 +0800 Subject: Further simplify icclient_results function --- icclient/catalog.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'icclient/catalog.h') diff --git a/icclient/catalog.h b/icclient/catalog.h index 9d15a1a..677d691 100644 --- a/icclient/catalog.h +++ b/icclient/catalog.h @@ -6,11 +6,6 @@ struct icclient_catalog { struct icclient_product *products[]; }; -struct icclient_catalog_callback { - struct icclient_catalog **catalog; - void (*callback)(struct icclient_catalog *); -}; - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3