From e704bc016b65a0d9810a793e605e5bbf0bdeb75b Mon Sep 17 00:00:00 2001 From: Peter MacDonald Date: Thu, 27 Aug 2015 19:16:17 -0400 Subject: [PATCH] Remove unused class SaveAndReloadCommand --- ReloadAllFiles.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ReloadAllFiles.py b/ReloadAllFiles.py index 5b19882..4d7a92a 100644 --- a/ReloadAllFiles.py +++ b/ReloadAllFiles.py @@ -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")