We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c03ba commit 1a04b58Copy full SHA for 1a04b58
lua/themepark.lua
@@ -56,7 +56,6 @@ local themepark = {
56
tables = {},
57
themes = {},
58
_columns = {},
59
- pre = function() return true end,
60
process = {
61
node = {},
62
way = {},
@@ -165,15 +164,6 @@ function themepark:init_theme(theme)
165
164
return self.themes[theme]
166
end
167
168
- if theme == '' then
169
- local dir = script_dir(2)
170
- self.themes[''] = { dir = dir }
171
- if self.debug then
172
- print("Themepark: Loading theme '' with path '" .. dir .. "' ...")
173
- end
174
- return
175
176
-
177
if not theme then
178
error('Missing theme argument to init_theme()')
179
0 commit comments