From a9ec22e2be8ba23719dfdbd87956097adb44a621 Mon Sep 17 00:00:00 2001 From: avolkov Date: Sat, 20 Mar 2010 23:27:57 +0000 Subject: [PATCH] Removed old dead test code git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3534 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/planets/pstarmap.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sc2/src/uqm/planets/pstarmap.c b/sc2/src/uqm/planets/pstarmap.c index fe2db375d..2c7e30ed8 100644 --- a/sc2/src/uqm/planets/pstarmap.c +++ b/sc2/src/uqm/planets/pstarmap.c @@ -488,14 +488,6 @@ DrawStarMap (COUNT race_update, RECT *pClipRect) star_type = SDPtr->Type; -#ifdef NOTYET -{ -UNICODE buf[256]; - -GetClusterName (SDPtr, buf); -printf ("%s\n", buf); -} -#endif /* NOTYET */ s.origin.x = UNIVERSE_TO_DISPX (SDPtr->star_pt.x); s.origin.y = UNIVERSE_TO_DISPY (SDPtr->star_pt.y); if (which_space <= 1)