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)