summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_delete_order.c')
-rw-r--r--src/lib/merchant_api_delete_order.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/merchant_api_delete_order.c b/src/lib/merchant_api_delete_order.c
index a10b49cb..40f4f950 100644
--- a/src/lib/merchant_api_delete_order.c
+++ b/src/lib/merchant_api_delete_order.c
@@ -105,17 +105,6 @@ handle_delete_order_finished (void *cls,
}
-/**
- * Make a DELETE /orders/$ID request to delete a order from our
- * inventory.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param order_id identifier of the order
- * @param cb function to call with the backend's deletion status
- * @param cb_cls closure for @a cb
- * @return the request handle; NULL upon error
- */
struct TALER_MERCHANT_OrderDeleteHandle *
TALER_MERCHANT_order_delete (
struct GNUNET_CURL_Context *ctx,
@@ -171,11 +160,6 @@ TALER_MERCHANT_order_delete (
}
-/**
- * Cancel DELETE /orders/$ID operation.
- *
- * @param odh operation to cancel
- */
void
TALER_MERCHANT_order_delete_cancel (
struct TALER_MERCHANT_OrderDeleteHandle *odh)