shithub: rott

Download patch

ref: 3b9d4d8f5a9b1f8f615b4456a3b107e3677b2cc7
parent: 0dce4913dd412523b5fdf52fc5232bf042c12cc8
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:44:48 EDT 2018

Removing obsolete WATCOM code from dukemusc.c

--- a/rott/dukemusc.c
+++ b/rott/dukemusc.c
@@ -19,14 +19,7 @@
 #include "buildengine/cache1d.h"
 #endif
 
-#if (defined __WATCOMC__)
-// This is probably out of date.  --ryan.
-#include "dukesnd_watcom.h"
-#endif
-
-#if (!defined __WATCOMC__)
 #define cdecl
-#endif
 
 #include "SDL2/SDL.h"
 #include "SDL2/SDL_mixer.h"