diff --git a/sc2/src/libs/graphics/gfx_common.c b/sc2/src/libs/graphics/gfx_common.c index 4db6a6e20..2eb8e0cab 100644 --- a/sc2/src/libs/graphics/gfx_common.c +++ b/sc2/src/libs/graphics/gfx_common.c @@ -38,22 +38,6 @@ int TFB_DEBUG_HALT = 0; static int gscale = GSCALE_IDENTITY; static int gscale_mode = TFB_SCALE_NEAREST; -// Status: Ignored (only used in fmv.c) -void -SetGraphicUseOtherExtra (int other) //Could this possibly be more cryptic?!? :) -{ - //log_add (log_Debug, "SetGraphicUseOtherExtra %d", other); - (void)other; /* lint */ -} - -// Status: Ignored (only used in solarsys.c) -void -SetGraphicGrabOther (int grab_other) -{ - //log_add (log_Debug, "SetGraphicGrabOther %d", grab_other); - (void)grab_other; /* lint */ -} - void DrawFromExtraScreen (RECT *r) { diff --git a/sc2/src/libs/graphics/gfx_common.h b/sc2/src/libs/graphics/gfx_common.h index 16f8e7a36..48705d4cc 100644 --- a/sc2/src/libs/graphics/gfx_common.h +++ b/sc2/src/libs/graphics/gfx_common.h @@ -77,12 +77,10 @@ typedef enum { void LoadIntoExtraScreen (RECT *r); void DrawFromExtraScreen (RECT *r); -void SetGraphicGrabOther (int grab_other); int SetGraphicScale (int scale); int GetGraphicScale (void); int SetGraphicScaleMode (int mode /* enum SCALE */); int GetGraphicScaleMode (void); -void SetGraphicUseOtherExtra (int other); void SetTransitionSource (RECT *pRect); void ScreenTransition (int transition, RECT *pRect); diff --git a/sc2/src/uqm/fmv.c b/sc2/src/uqm/fmv.c index 06a8445a1..702e92b33 100644 --- a/sc2/src/uqm/fmv.c +++ b/sc2/src/uqm/fmv.c @@ -38,7 +38,6 @@ DoShipSpin (COUNT index, MUSIC_REF hMusic) BYTE clut_buf[1]; RECT old_r, r; - SetGraphicUseOtherExtra (1); LoadIntoExtraScreen (0); #if 0 /* This is cut out right now but should be part of the 3DO side */ @@ -66,7 +65,6 @@ DoShipSpin (COUNT index, MUSIC_REF hMusic) r.extent.height = SCREEN_HEIGHT; SetContextClipRect (&r); DrawFromExtraScreen (0); - SetGraphicUseOtherExtra (0); SetContextClipRect (&old_r); if (hMusic)