13
0

remove forward decl of non-existent ARDOUR::Menu

git-svn-id: svn://localhost/ardour2/branches/3.0@7156 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-25 12:49:30 +00:00
parent ee61c5c9ea
commit d95d6ca719

View File

@ -33,9 +33,6 @@
namespace ARDOUR {
class Session;
}
namespace ARDOUR {
class Menu;
}
class PublicEditor;
class ImageFrameView ;