aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alDatabuffer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-11-28 19:36:05 -0800
committerChris Robinson <[email protected]>2009-11-28 19:36:05 -0800
commitd81c9819b82d02b760323fe3d810372bfda57104 (patch)
tree4a9e9e747cf318ae11d9c27eca5b485bbc0cd35e /OpenAL32/alDatabuffer.c
parent98ce1d14c12bf164206b1f0d3ab4dca6d627c8be (diff)
Remove unnecessary returns
Diffstat (limited to 'OpenAL32/alDatabuffer.c')
-rw-r--r--OpenAL32/alDatabuffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alDatabuffer.c b/OpenAL32/alDatabuffer.c
index df1baaf2..34b24f05 100644
--- a/OpenAL32/alDatabuffer.c
+++ b/OpenAL32/alDatabuffer.c
@@ -170,9 +170,6 @@ ALvoid ALAPIENTRY alDeleteDatabuffersEXT(ALsizei n, const ALuint *puiBuffers)
alSetError(AL_INVALID_VALUE);
ProcessContext(Context);
-
- return;
-
}
/*