Fix warnings because I have much more important things to do.
git-svn-id: svn://localhost/ardour2/branches/3.0@3986 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b1c48972f2
commit
820acf2300
@ -6123,8 +6123,6 @@ Editor::fit_tracks ()
|
||||
|
||||
for (TrackViewList::iterator t = track_views.begin(); t != track_views.end(); ++t) {
|
||||
|
||||
bool pws;
|
||||
|
||||
TrackViewList::iterator next;
|
||||
|
||||
next = t;
|
||||
|
@ -77,7 +77,7 @@ TempoLines::draw (ARDOUR::TempoMap::BBTPointList& points, double frames_per_unit
|
||||
ArdourCanvas::SimpleLine *line = NULL;
|
||||
gdouble xpos;
|
||||
double who_cares;
|
||||
double x1, x2, y1, y2, beat_density;
|
||||
double x1, x2, y1, beat_density;
|
||||
|
||||
uint32_t beats = 0;
|
||||
uint32_t bars = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user