[apps/code] Remove dead code

This commit is contained in:
Léa Saviot
2020-05-25 09:53:16 +02:00
committed by Émilie Feral
parent 38443c0e83
commit b466a8711b
2 changed files with 0 additions and 14 deletions

View File

@@ -36,7 +36,6 @@ public:
/* VariableBoxController */
void setDisplaySubtitles(bool display) { m_displaySubtitles = display; }
void loadFunctionsAndVariables(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength);
const char * autocompletionForText(int scriptIndex, const char * textToAutocomplete, int textToAutocompleteLength, int * textToInsertLength, bool * addParentheses);
const char * autocompletionAlternativeAtIndex(int textToAutocompleteLength, int * textToInsertLength, bool * addParentheses, int index, int * indexToUpdate = nullptr);
void loadVariablesImportedFromScripts();
void empty();