diff options
Diffstat (limited to 'src/LuaRuntime.hpp')
| -rw-r--r-- | src/LuaRuntime.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp index 2af61f7..527501e 100644 --- a/src/LuaRuntime.hpp +++ b/src/LuaRuntime.hpp @@ -23,9 +23,6 @@ class LuaRuntime : public QObject { Q_OBJECT - const char *uv_global_name = "uv"; - const char *internals_global_name = "__internals"; - public: static LuaRuntime &instance() { static LuaRuntime runtime; |
