From 8d9838012d5d073cf0bcdc917634b69e77fbaf71 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Apr 2012 04:44:53 -0700 Subject: Remove the stereodup option There's better ways to do it now with "wide" sound sources. --- OpenAL32/Include/alMain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index e778d70b..54fbcdf5 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -609,8 +609,6 @@ struct ALCdevice_struct #define ALCdevice_CaptureSamples(a,b,c) ((a)->Funcs->CaptureSamples((a), (b), (c))) #define ALCdevice_AvailableSamples(a) ((a)->Funcs->AvailableSamples((a))) -// Duplicate stereo sources on the side/rear channels -#define DEVICE_DUPLICATE_STEREO (1<<0) // Frequency was requested by the app or config file #define DEVICE_FREQUENCY_REQUEST (1<<1) // Channel configuration was requested by the config file -- cgit v1.2.3