summaryrefslogtreecommitdiff
path: root/product.c
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:50:58 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-27 08:50:58 +0800
commit0bfbe518bf7baa28f0720b6c753b550855b495f0 (patch)
tree16354732cfc001b6647807a8c9bfdc7e99c40b2e /product.c
parent85bcd2881bb69fdff880b517541fd6ec77cc2a95 (diff)
Move All-Products function to client code
Diffstat (limited to 'product.c')
-rw-r--r--product.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/product.c b/product.c
index 7eca728..6c30834 100644
--- a/product.c
+++ b/product.c
@@ -4,12 +4,6 @@
typedef struct icclient_catalog icclient_catalog;
-void icclient_product_all(icclient_catalog **catalogptr
- , size_t (*callback)(void *, size_t, size_t, void *))
-{
- request(NULL, NULL, NULL, "%s", "All-Products");
-}
-
void icclient_product_freecatalog(icclient_catalog *catalog)
{
for (size_t i = 0; i < catalog->length; i++) {