aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaRuntime.hpp')
-rw-r--r--src/LuaRuntime.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index 670c0ae..4978c74 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -3,7 +3,6 @@
#include <QtCore>
#include <functional>
#include <lua.hpp>
-#include <string>
#include "AsyncEventLoop.hpp"
#include "lua.h"
@@ -25,7 +24,6 @@ class LuaRuntime : public QObject {
Q_OBJECT
const char *uv_global_name = "uv";
- const char *web_global_name = "web";
const char *internals_global_name = "__internals";
public: