Skip to content

Commit

Permalink
Remove unused class SaveAndReloadCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
petermac- committed Aug 27, 2015
1 parent 4711c89 commit e704bc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ReloadAllFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ def focus_all_views(self):

# Back to current view
window.focus_view(current_view)

class SaveAndReloadCommand(sublime_plugin.WindowCommand):
def run(self):
self.window.run_command("save")
self.window.run_command("reload_all_files")

0 comments on commit e704bc0

Please sign in to comment.