From 02dbee4a9bd8a02873b359cbc45e55f0b3de3973 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 04:35:58 +0000 Subject: Remove LashProxy dependency from Project. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2696 a436a847-0d15-0410-975c-d299462d15a1 --- src/LashProxy.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/LashProxy.hpp') 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: -- cgit v1.2.1