From f67d7f54f9d0fed97446898942e3dfee67ee2985 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 5 Dec 2019 19:38:19 +0100 Subject: threads, retries and notifications WIP --- src/webex/wxApi.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/webex/wxApi.ts') 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 @@ -280,13 +280,6 @@ export function acceptTip(talerTipUri: string): Promise { } -/** - * Clear notifications that the wallet shows to the user. - */ -export function clearNotification(): Promise { - return callBackend("clear-notification", { }); -} - /** * Download a refund and accept it. */ -- cgit v1.2.3