Unused function Logo() removed. We've never had a pre-splash logo and probably never will

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3594 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-04-27 08:12:49 +00:00
parent 3084dfc463
commit de631ed548
3 changed files with 0 additions and 10 deletions
-7
View File
@@ -132,12 +132,5 @@ Victory (void)
FadeScreen (FadeAllToBlack, 0);
}
void
Logo (void)
{
ShowPresentation ("slides.logo");
}
-1
View File
@@ -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);
-2
View File
@@ -187,8 +187,6 @@ while (--ac > 0)
}
log_add (log_Info, "We've loaded the Kernel");
Logo ();
GLOBAL (CurrentActivity) = 0;
// show splash and init the kernel in the meantime
SplashScreen (BackgroundInitKernel);