summaryrefslogtreecommitdiffstats
path: root/src/LashProxy.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-15 04:35:58 +0000
committerDavid Robillard <d@drobilla.net>2010-12-15 04:35:58 +0000
commit02dbee4a9bd8a02873b359cbc45e55f0b3de3973 (patch)
treee9270a04cf6d2ef9f896aef29d24b0dacd3e1ca9 /src/LashProxy.hpp
parentef93b2e47870c95e9c9b547a23f9a4279a20451f (diff)
downloadpatchage-02dbee4a9bd8a02873b359cbc45e55f0b3de3973.tar.gz
patchage-02dbee4a9bd8a02873b359cbc45e55f0b3de3973.tar.bz2
patchage-02dbee4a9bd8a02873b359cbc45e55f0b3de3973.zip
Remove LashProxy dependency from Project.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2696 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/LashProxy.hpp')
-rw-r--r--src/LashProxy.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/LashProxy.hpp b/src/LashProxy.hpp
index 70583e6..5958289 100644
--- a/src/LashProxy.hpp
+++ b/src/LashProxy.hpp
@@ -28,15 +28,10 @@ struct ProjectInfo {
std::string description;
};
-struct LoadedProjectProperties {
- bool modified_status;
- std::string description;
- std::string notes;
-};
-
class Patchage;
class Session;
class LashProxyImpl;
+class LoadedProjectProperties;
class LashProxy {
public: