mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
Removes debugging printf.
This commit is contained in:
@@ -601,7 +601,6 @@ void Fl_Tile::resize(int X,int Y,int W,int H) {
|
||||
int b2 = Y+H;
|
||||
request_shrink_b(bbb, b2, NULL);
|
||||
dh = bbb - b2;
|
||||
printf("%d %d %d %d %d %d\n", X, Y, W, H, dw, dh);
|
||||
// perform the actual resize within a safe range
|
||||
if ((dw!=0) || (dh!=0)) {
|
||||
Fl_Widget *r = resizable();
|
||||
|
||||
Reference in New Issue
Block a user