summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r--src/LashDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp
index eeab10c..d29261d 100644
--- a/src/LashDriver.cpp
+++ b/src/LashDriver.cpp
@@ -88,7 +88,6 @@ void
LashDriver::on_save_file(const string& directory)
{
cout << "[LashDriver] LASH Save File - " << directory << endl;
- _app->store_window_location();
_app->state_manager()->save(directory + "/locations");
}