From a2e6de84af6a304cf586759fe8a0d50d4d94785e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Sep 2020 17:17:33 -0400 Subject: Dictionary delete improvements (#844) * Change where clearDatabaseCaches occurs * Move dictionary deletion into the settings page * Remove api.deleteDictionary --- ext/mixed/js/api.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/mixed/js') diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index ca4d5732..1973ca22 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -197,12 +197,6 @@ const api = (() => { return this._invoke('triggerDatabaseUpdated', {type, cause}); } - // Invoke functions with progress - - deleteDictionary(dictionaryName, onProgress) { - return this._invokeWithProgress('deleteDictionary', {dictionaryName}, onProgress); - } - // Utilities _createActionPort(timeout=5000) { -- cgit v1.2.3