Remove unused apiGetDisplayTemplatesHtml and apiGetQueryParserTemplatesHtml
This commit is contained in:
parent
61c6a753ce
commit
4dd4926672
@ -25,18 +25,10 @@ function apiAudioGetUrl(definition, source, optionsContext) {
|
||||
return _apiInvoke('audioGetUrl', {definition, source, optionsContext});
|
||||
}
|
||||
|
||||
function apiGetDisplayTemplatesHtml() {
|
||||
return _apiInvoke('getDisplayTemplatesHtml');
|
||||
}
|
||||
|
||||
function apiClipboardGet() {
|
||||
return _apiInvoke('clipboardGet');
|
||||
}
|
||||
|
||||
function apiGetQueryParserTemplatesHtml() {
|
||||
return _apiInvoke('getQueryParserTemplatesHtml');
|
||||
}
|
||||
|
||||
function _apiInvoke(action, params={}) {
|
||||
const data = {action, params};
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Loading…
Reference in New Issue
Block a user