summaryrefslogtreecommitdiff
path: root/icclient/catalog.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-12 20:07:47 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-12 20:07:47 +0800
commitee87c46227c838961250bb8d50edca57ac154462 (patch)
tree99a522cb793b29e2e9e2253b2a7fae843ff61a2e /icclient/catalog.h
parentb94e7d2e3e33490d5b94da3c5406d4fe2e143edd (diff)
Further simplify icclient_results function
Diffstat (limited to 'icclient/catalog.h')
-rw-r--r--icclient/catalog.h5
1 files changed, 0 insertions, 5 deletions
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