Removed resize debug

This commit is contained in:
James Booth
2012-04-23 01:07:09 +01:00
parent 3a8c86c6ca
commit 3dd132527e

View File

@@ -495,7 +495,6 @@ void _win_resize_all(void)
// only make the pads bigger, to avoid data loss on cropping
if (cols > max_cols) {
cons_show("RESIZING PAD");
max_cols = cols;
int i;