aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-12 01:21:15 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-12 01:21:15 +0530
commitec909d4211cd124a23f2ea878cc961b8b53f651a (patch)
tree1a04e951ec8fb59e488dc35b28728dbad2c1bf9e /src/LuaRuntime.hpp
parent4ccfb93b8c193851f6a208e1e0032ebc02bd768c (diff)
downloadnull-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.tar.gz
null-browser-ec909d4211cd124a23f2ea878cc961b8b53f651a.zip
Add null_docs_dir & null_assets_dir config options + use in lua
Diffstat (limited to 'src/LuaRuntime.hpp')
-rw-r--r--src/LuaRuntime.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index 8135d04..f8866fd 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -11,10 +11,6 @@
#include "widgets/Decorations.hpp"
#include "widgets/WebView.hpp"
-#ifndef PROJECT_LUA_PATH
-#define PROJECT_LUA_PATH ""
-#endif
-
#define preserve_top(STATE, BODY) \
{ \
const int __top = lua_gettop(STATE); \