diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-01-04 01:27:40 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-01-04 01:27:40 +0100 |
| commit | 71d3cdd337e4a5f43bb61b75adab267f74d5f60a (patch) | |
| tree | 2e31f1e71ec317a5d69a2180b68278fc71cd36ba | |
| parent | 46c9cf2f1033b847896e43d5dad6359f6b01decf (diff) | |
Removes debugging printf.
| -rw-r--r-- | src/Fl_Tile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index a8f24e67e..9763413ed 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -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(); |
