aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h10
1 files changed, 0 insertions, 10 deletions
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 <audio.h>
-#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;