diff options
Diffstat (limited to 'ext/mixed/js/api.js')
-rw-r--r-- | ext/mixed/js/api.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index e826b68b..43db1562 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -137,10 +137,6 @@ const api = (() => { return this._invoke('getDisplayTemplatesHtml'); } - getQueryParserTemplatesHtml() { - return this._invoke('getQueryParserTemplatesHtml'); - } - getZoom() { return this._invoke('getZoom'); } |