diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-12 15:42:51 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-12 15:43:50 +0530 |
| commit | 39b3e8d1e2581a47dff1f09450383df0466dac94 (patch) | |
| tree | b1c24c659f9bdcb48275ad234c1de0047a991114 /src/LuaRuntime.hpp | |
| parent | 80496879c86af00b74f82271282cca3efd99d0b3 (diff) | |
| download | null-browser-39b3e8d1e2581a47dff1f09450383df0466dac94.tar.gz null-browser-39b3e8d1e2581a47dff1f09450383df0466dac94.zip | |
Switch to using __internals for all api
Diffstat (limited to '')
| -rw-r--r-- | src/LuaRuntime.hpp | 2 |
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: |
