summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theming.py b/src/theming.py
index 31208ad0..9e285378 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -511,8 +511,6 @@ def reload_theme():
else:
return 'No theme present in the theme file'
-update_themes_dir()
-
if __name__ == '__main__':
# Display some nice text with nice colors
s = curses.initscr()