Progress widget

* Removed unused variable, ty
pull/1/head
Remi Chateauneu 2012-12-03 22:14:32 +01:00 zatwierdzone przez David Freese
rodzic 2252cab1d6
commit 836c5c3311
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ void Progress::draw()
int progress; // Size of progress bar...
int bx, by, bw, bh; // Box areas...
int tx, tw; // Temporary X + width
int ty, th; // Temporary Y + height
int th; // Temporary Y + height
// Get the box borders...
@ -54,7 +54,6 @@ void Progress::draw()
tx = x() + bx;
tw = w() - bw;
ty = y() + by;
th = h() - bh;
// Draw the progress bar...