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:
@@ -132,12 +132,5 @@ Victory (void)
|
||||
FadeScreen (FadeAllToBlack, 0);
|
||||
}
|
||||
|
||||
void
|
||||
Logo (void)
|
||||
{
|
||||
ShowPresentation ("slides.logo");
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user