From 86d894f2f7429c3c8ef9373f3561b1ac6fa0799a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Apr 2010 16:09:10 -0400 Subject: [PATCH] I guess the capture extension isn't subject to change anymore. :) --- osx/alContext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/osx/alContext.c b/osx/alContext.c index 6b8d614..8664d15 100644 --- a/osx/alContext.c +++ b/osx/alContext.c @@ -607,7 +607,6 @@ ALCAPI ALCdevice* ALCAPIENTRY alcCaptureOpenDevice(const ALubyte *deviceName, retval->capture.resampled = NULL; retval->capture.converted = NULL; - _AL_SUBJECT_TO_CHANGE("ALC_EXT_capture"); return((ALCdevice *) retval); } // alcCaptureOpenDevice