compliation fix.

git-svn-id: svn://localhost/trunk/ardour2@272 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2006-01-15 21:09:25 +00:00
parent 9747fa8910
commit aa659d3788
2 changed files with 0 additions and 2 deletions

View file

@ -72,7 +72,6 @@ ImageFrameTimeAxis::ImageFrameTimeAxis(const string & track_id, PublicEditor& ed
// intialize our data items
_marked_for_display = true;
y_position = -1 ;
name_prompter = 0 ;
/* create our new image frame view */
view = new ImageFrameTimeAxisView(*this) ;

View file

@ -71,7 +71,6 @@ MarkerTimeAxis::MarkerTimeAxis (PublicEditor& ed, ARDOUR::Session& sess, Canvas&
selection_group->hide();
// intialize our data items
name_prompter = 0 ;
marker_menu = 0 ;
y_position = -1 ;