From ec909d4211cd124a23f2ea878cc961b8b53f651a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 12 Aug 2025 01:21:15 +0530 Subject: Add null_docs_dir & null_assets_dir config options + use in lua --- src/LuaRuntime.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/LuaRuntime.hpp') 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); \ -- cgit v1.3.1