diff options
Diffstat (limited to 'gtk/soundout/ossout.c')
-rw-r--r-- | gtk/soundout/ossout.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/soundout/ossout.c b/gtk/soundout/ossout.c deleted file mode 100644 index 1083f20..0000000 --- a/gtk/soundout/ossout.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <sys/stat.h> -#include <fcntl.h> - -struct ossout_state { - struct sound_state ss; -}; - -struct sound_state *ossout_init( |