From d02e4d7f7c7affb4e6f52c0e5a9a8b5a0ca0c610 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Sep 2006 11:29:32 +0000 Subject: Removed CHECK_HEAP svn-id: r23979 --- common/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/util.h') 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; -- cgit v1.2.3