aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua
index 59ad72d5..b8b2071e 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -192,7 +192,6 @@ function gui.set_theme(name, ...)
for j = 1, #props, 2 do buffer.property[props[j]] = props[j + 1] end
end
gui.goto_view(current_view)
--- if not RESETTING then reset() end
theme = name
end