shithub: rott

Download patch

ref: d6ab27013da03ad14182a88ed5760839da1f156a
parent: 600db28b3cecf97397e2f14c8b53525fad30b445
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:26:13 EDT 2018

Removing DOS code fx_man.h

--- a/rott/fx_man.h
+++ b/rott/fx_man.h
@@ -57,17 +57,6 @@
     FX_DPMI_Error
 };
 
-#ifdef DOS
-enum fx_BLASTER_Types
-{
-    fx_SB     = 1,
-    fx_SBPro  = 2,
-    fx_SB20   = 3,
-    fx_SBPro2 = 4,
-    fx_SB16   = 6
-};
-#endif
-
 
 char *FX_ErrorString( int ErrorNumber );
 int   FX_SetupCard( int SoundCard, fx_device *device );