diff options
Diffstat (limited to 'src/LashProxy.hpp')
-rw-r--r-- | src/LashProxy.hpp | 7 |
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: |