aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'resource.cpp')
-rw-r--r--resource.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/resource.cpp b/resource.cpp
index 2d33eaad13..d89df0abeb 100644
--- a/resource.cpp
+++ b/resource.cpp
@@ -683,9 +683,6 @@ byte *Scumm::createResource(int type, int idx, uint32 size)
CHECK_HEAP debug(9, "createResource(%d,%d,%d)", type, idx, size);
- if (size > 65536 * 4 + 37856)
- warning("Probably invalid size allocating %d", size);
-
validateResource("allocating", type, idx);
nukeResource(type, idx);