aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxApi.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/wxApi.ts')
-rw-r--r--src/webex/wxApi.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts
index ea26cd2eb..c4fa65186 100644
--- a/src/webex/wxApi.ts
+++ b/src/webex/wxApi.ts
@@ -281,13 +281,6 @@ export function acceptTip(talerTipUri: string): Promise<void> {
/**
- * Clear notifications that the wallet shows to the user.
- */
-export function clearNotification(): Promise<void> {
- return callBackend("clear-notification", { });
-}
-
-/**
* Download a refund and accept it.
*/
export function applyRefund(refundUrl: string): Promise<string> {