From 399112b76dd4989008405d55957fbacc47276654 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 05:21:09 +0200 Subject: Take out ancient SGI/Sun ifdefs --- source/soundux.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/soundux.h') diff --git a/source/soundux.h b/source/soundux.h index 9c499ea..ee2b0a2 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -118,10 +118,6 @@ enum { MODE_NONE = SOUND_SILENT, MODE_ADSR, MODE_RELEASE = SOUND_RELEASE, #define SOUND_BUFS 4 -#ifdef __sgi -# include -#endif /* __sgi */ - typedef struct { int sound_fd; @@ -129,12 +125,6 @@ typedef struct int playback_rate; int buffer_size; bool encoded; -#ifdef __sun - int last_eof; -#endif -#ifdef __sgi - ALport al_port; -#endif /* __sgi */ int32_t samples_mixed_so_far; int32_t play_position; uint32_t err_counter; -- cgit v1.2.3