Started cleanup work on LuaConsole, moved Clipboard functions into Ghoul

This commit is contained in:
Alexander Bock
2015-02-14 11:37:29 +01:00
parent c57285c34f
commit f583eaee2a
3 changed files with 4 additions and 86 deletions
@@ -51,12 +51,6 @@ public:
void setVisible(bool visible);
void toggleVisibility();
/**
* Returns the Lua library that contains all Lua functions available to affect the
* console. The functions contained are
* \return The Lua library that contains all Lua functions available to affect the
* console
*/
static scripting::ScriptEngine::LuaLibrary luaLibrary();