mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Fix some compilation warnings
This commit is contained in:
parent
deaceb4727
commit
27d77b8719
18 changed files with 36 additions and 104 deletions
|
|
@ -313,7 +313,7 @@ BarController::expose (GdkEventExpose* /*event*/)
|
|||
|
||||
Gdk::Color c;
|
||||
Widget* parent;
|
||||
gint x1=0, x2=0, y1=0, y2=0;
|
||||
gint x1=0, x2=0, y2=0;
|
||||
gint w, h;
|
||||
double fract, radius;
|
||||
float r, g, b;
|
||||
|
|
@ -327,7 +327,6 @@ BarController::expose (GdkEventExpose* /*event*/)
|
|||
h = darea.get_height();
|
||||
x1 = (gint) floor (w * fract);
|
||||
x2 = x1;
|
||||
y1 = 0;
|
||||
y2 = h - 1;
|
||||
|
||||
if (use_parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue