From d95d6ca7194d337f75e5497b3fb5523607fabdbc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 25 May 2010 12:49:30 +0000 Subject: [PATCH] remove forward decl of non-existent ARDOUR::Menu git-svn-id: svn://localhost/ardour2/branches/3.0@7156 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/marker_time_axis.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/marker_time_axis.h b/gtk2_ardour/marker_time_axis.h index 67c3e2beff..bb30bc24db 100644 --- a/gtk2_ardour/marker_time_axis.h +++ b/gtk2_ardour/marker_time_axis.h @@ -33,9 +33,6 @@ namespace ARDOUR { class Session; } -namespace ARDOUR { - class Menu; -} class PublicEditor; class ImageFrameView ;