From 398b1a4b398324311b6e0f15d2e4ede5ad8500ff Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 2 May 2025 12:04:43 +0530 Subject: Prefix uv with web.uv + add permissions_persistance config option --- src/LuaRuntime.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/LuaRuntime.hpp') 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; -- cgit v1.3.1