Remove unused variables [-Wunused-variable]
This commit is contained in:
parent
04bf5c5a34
commit
3b1ea22d1d
@ -608,7 +608,6 @@ void Fl_Tile::resize(int X,int Y,int W,int H) {
|
||||
int rr = r->x() + r->w(), rb = r->y() + r->h();
|
||||
move_intersection(rr, rb, rr-dw, rb-dh);
|
||||
}
|
||||
int tr = x() + w(), tb = y() + h();
|
||||
move_intersection(bbr, bbb, bbr-dw, bbb-dh);
|
||||
init_sizes();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user