Skip to content

Commit e704bc0

Browse files
committed
Remove unused class SaveAndReloadCommand
1 parent 4711c89 commit e704bc0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ReloadAllFiles.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ def focus_all_views(self):
2828

2929
# Back to current view
3030
window.focus_view(current_view)
31-
32-
class SaveAndReloadCommand(sublime_plugin.WindowCommand):
33-
def run(self):
34-
self.window.run_command("save")
35-
self.window.run_command("reload_all_files")

0 commit comments

Comments
 (0)