]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
The portable_samplepair_t structure has no need to be public
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index ada3b5196a7873cb15d8535b4ddc7a0d0c4c0f9d..bf8b5191566883de40dd6c289a5cb2feaf991918 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -25,12 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define DEFAULT_SOUND_PACKET_VOLUME 255
 #define DEFAULT_SOUND_PACKET_ATTENUATION 1.0
 
-typedef struct
-{
-       int left;
-       int right;
-} portable_samplepair_t;
-
 typedef struct
 {
        size_t  length;