From: <av...@us...> - 2011-04-27 08:12:55
|
Revision: 3594 http://sc2.svn.sourceforge.net/sc2/?rev=3594&view=rev Author: avolkov Date: 2011-04-27 08:12:49 +0000 (Wed, 27 Apr 2011) Log Message: ----------- Unused function Logo() removed. We've never had a pre-splash logo and probably never will Modified Paths: -------------- trunk/sc2/src/uqm/fmv.c trunk/sc2/src/uqm/fmv.h trunk/sc2/src/uqm/starcon.c Modified: trunk/sc2/src/uqm/fmv.c =================================================================== --- trunk/sc2/src/uqm/fmv.c 2011-04-27 08:01:47 UTC (rev 3593) +++ trunk/sc2/src/uqm/fmv.c 2011-04-27 08:12:49 UTC (rev 3594) @@ -132,12 +132,5 @@ FadeScreen (FadeAllToBlack, 0); } -void -Logo (void) -{ - ShowPresentation ("slides.logo"); -} - - Modified: trunk/sc2/src/uqm/fmv.h =================================================================== --- trunk/sc2/src/uqm/fmv.h 2011-04-27 08:01:47 UTC (rev 3593) +++ trunk/sc2/src/uqm/fmv.h 2011-04-27 08:12:49 UTC (rev 3594) @@ -22,7 +22,6 @@ #include "libs/gfxlib.h" #define WANT_SHIP_SPINS -extern void Logo (void); extern void SplashScreen (void (* DoProcessing)(DWORD TimeOut)); extern void Introduction (void); extern void Victory (void); Modified: trunk/sc2/src/uqm/starcon.c =================================================================== --- trunk/sc2/src/uqm/starcon.c 2011-04-27 08:01:47 UTC (rev 3593) +++ trunk/sc2/src/uqm/starcon.c 2011-04-27 08:12:49 UTC (rev 3594) @@ -187,8 +187,6 @@ } log_add (log_Info, "We've loaded the Kernel"); - Logo (); - GLOBAL (CurrentActivity) = 0; // show splash and init the kernel in the meantime SplashScreen (BackgroundInitKernel); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |