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
This commit is contained in:
gewlitys
2005-01-22 23:18:32 +00:00
parent 51eda921a1
commit 728e8a5a22
-3
View File
@@ -32,8 +32,5 @@ extern void *HRealloc (void *p, int size);
extern int TFB_DEBUG_HALT; extern int TFB_DEBUG_HALT;
// from misc.c:
size_t vstrncpy (char *dest, size_t destLen, ...);
#endif #endif