mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
compliation fix.
git-svn-id: svn://localhost/trunk/ardour2@272 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9747fa8910
commit
aa659d3788
2 changed files with 0 additions and 2 deletions
|
|
@ -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) ;
|
||||
|
|
|
|||
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue