summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-20 00:52:10 +0000
committerDavid Robillard <d@drobilla.net>2007-12-20 00:52:10 +0000
commit46452c287cdc4b12c30589a8f877f3ab7359265b (patch)
tree4c8a51dccba7ecdefd1a2fc17fea17119612b3a7 /src/LashDriver.cpp
parent5ac95692d1b48aabdac324e57378e7a7da9becd9 (diff)
downloadpatchage-46452c287cdc4b12c30589a8f877f3ab7359265b.tar.gz
patchage-46452c287cdc4b12c30589a8f877f3ab7359265b.tar.bz2
patchage-46452c287cdc4b12c30589a8f877f3ab7359265b.zip
Use fancy GladeFile class.
Remove silly Patchage-as-window-manager crap. Less LOC. git-svn-id: http://svn.drobilla.net/lad/patchage@988 a436a847-0d15-0410-975c-d299462d15a1
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");
}