From 39b3e8d1e2581a47dff1f09450383df0466dac94 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Apr 2025 15:42:51 +0530 Subject: Switch to using __internals for all api --- src/LuaRuntime.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/LuaRuntime.hpp') 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 #include #include -#include #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: -- cgit v1.3.1