diff --git a/sc2/src/uqm/fmv.c b/sc2/src/uqm/fmv.c index 96176471a..32dc21f8c 100644 --- a/sc2/src/uqm/fmv.c +++ b/sc2/src/uqm/fmv.c @@ -132,12 +132,5 @@ Victory (void) FadeScreen (FadeAllToBlack, 0); } -void -Logo (void) -{ - ShowPresentation ("slides.logo"); -} - - diff --git a/sc2/src/uqm/fmv.h b/sc2/src/uqm/fmv.h index 885fdf971..cb820f7ea 100644 --- a/sc2/src/uqm/fmv.h +++ b/sc2/src/uqm/fmv.h @@ -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); diff --git a/sc2/src/uqm/starcon.c b/sc2/src/uqm/starcon.c index 6fcdec049..969ecf75c 100644 --- a/sc2/src/uqm/starcon.c +++ b/sc2/src/uqm/starcon.c @@ -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);