diff options
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/js/api.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index 03e58f5e..fc765063 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -101,18 +101,10 @@ const api = (() => { return this._invoke('getExpressionAudioInfoList', {source, expression, reading, details}); } - downloadDefinitionAudio(sources, expression, reading, details) { - return this._invoke('downloadDefinitionAudio', {sources, expression, reading, details}); - } - commandExec(command, params) { return this._invoke('commandExec', {command, params}); } - screenshotGet(options) { - return this._invoke('screenshotGet', {options}); - } - sendMessageToFrame(frameId, action, params) { return this._invoke('sendMessageToFrame', {frameId, action, params}); } @@ -141,10 +133,6 @@ const api = (() => { return this._invoke('clipboardGet'); } - clipboardGetImage() { - return this._invoke('clipboardGetImage'); - } - getDisplayTemplatesHtml() { return this._invoke('getDisplayTemplatesHtml'); } |