diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-02 12:04:43 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:24:38 +0530 |
| commit | 398b1a4b398324311b6e0f15d2e4ede5ad8500ff (patch) | |
| tree | 4af9a1b5106dc30d22adc0a4391b5ac006dd7141 /src/LuaRuntime.hpp | |
| parent | 8a71de53c002b7afdd516cff7190896d40496483 (diff) | |
| download | null-browser-398b1a4b398324311b6e0f15d2e4ede5ad8500ff.tar.gz null-browser-398b1a4b398324311b6e0f15d2e4ede5ad8500ff.zip | |
Prefix uv with web.uv + add permissions_persistance config option
Diffstat (limited to 'src/LuaRuntime.hpp')
| -rw-r--r-- | src/LuaRuntime.hpp | 3 |
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; |
