13
0

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:
David Robillard 2008-10-20 18:51:08 +00:00
parent b1c48972f2
commit 820acf2300
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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;