From 728e8a5a22d6265b46e6c9281d6c8aa598ff435a Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 22 Jan 2005 23:18:32 +0000 Subject: [PATCH] Removed unused declaration so compiling with VC7 works git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1483 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/misc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sc2/src/sc2code/libs/misc.h b/sc2/src/sc2code/libs/misc.h index 2945cc767..b0ba4fd03 100644 --- a/sc2/src/sc2code/libs/misc.h +++ b/sc2/src/sc2code/libs/misc.h @@ -32,8 +32,5 @@ extern void *HRealloc (void *p, int size); extern int TFB_DEBUG_HALT; -// from misc.c: -size_t vstrncpy (char *dest, size_t destLen, ...); - #endif