aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaRuntime.hpp')
-rw-r--r--src/LuaRuntime.hpp3
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;