Fix some compilation warnings

This commit is contained in:
Julien de Kozak 2013-03-24 14:55:56 +01:00
parent deaceb4727
commit 27d77b8719
18 changed files with 36 additions and 104 deletions

View file

@ -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) {