summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resize.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/resize.c b/src/resize.c
index ec67a7a..61e044f 100644
--- a/src/resize.c
+++ b/src/resize.c
@@ -664,14 +664,6 @@ int wi, he, hi;
he = 1000;
}
-#ifdef COPY_PASTE
- if (hi > 1000)
- {
- Msg(0, "Window history too big. Truncated to 1000.");
- hi = 1000;
- }
-#endif
-
if (p->w_width == wi && p->w_height == he && p->w_histheight == hi)
{
debug("ChangeWindowSize: No change.\n");