aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
authorMax Horn2006-09-23 11:29:32 +0000
committerMax Horn2006-09-23 11:29:32 +0000
commitd02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610 (patch)
tree0752b64d29cf738449839c587e9dcd0b1d2d35c7 /common/util.h
parent847c145810919e6670a6d67e29b9e53b39502ca8 (diff)
downloadscummvm-rg350-d02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610.tar.gz
scummvm-rg350-d02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610.tar.bz2
scummvm-rg350-d02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610.zip
Removed CHECK_HEAP
svn-id: r23979
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h
index c55bee6c1d..6fb0e68a90 100644
--- a/common/util.h
+++ b/common/util.h
@@ -274,8 +274,6 @@ void CDECL debug(const char *s, ...) GCC_PRINTF(1, 2);
void CDECL debugN(int level, const char *s, ...) GCC_PRINTF(2, 3);
void CDECL debugC(int level, uint32 engine_level, const char *s, ...) GCC_PRINTF(3, 4);
-void checkHeap();
-
extern int gDebugLevel;