diff options
Diffstat (limited to 'src/core/commands.py')
-rw-r--r-- | src/core/commands.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/commands.py b/src/core/commands.py index 5be95207..68a6eacf 100644 --- a/src/core/commands.py +++ b/src/core/commands.py @@ -173,10 +173,6 @@ def command_theme(self, arg=''): args = arg.split() if args: self.command_set('theme %s' % (args[0],)) - warning = theming.reload_theme() - if warning: - self.information(warning, 'Warning') - self.refresh_window() def command_win(self, arg): """ |