diff options
author | Chris Robinson <[email protected]> | 2009-11-28 19:36:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-28 19:36:05 -0800 |
commit | d81c9819b82d02b760323fe3d810372bfda57104 (patch) | |
tree | 4a9e9e747cf318ae11d9c27eca5b485bbc0cd35e /OpenAL32/alBuffer.c | |
parent | 98ce1d14c12bf164206b1f0d3ab4dca6d627c8be (diff) |
Remove unnecessary returns
Diffstat (limited to 'OpenAL32/alBuffer.c')
-rw-r--r-- | OpenAL32/alBuffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c index 66d6cee4..5b541c7b 100644 --- a/OpenAL32/alBuffer.c +++ b/OpenAL32/alBuffer.c @@ -122,8 +122,6 @@ ALAPI ALvoid ALAPIENTRY alGenBuffers(ALsizei n,ALuint *puiBuffers) } ProcessContext(Context); - - return; } /* @@ -204,9 +202,6 @@ ALAPI ALvoid ALAPIENTRY alDeleteBuffers(ALsizei n, const ALuint *puiBuffers) alSetError(AL_INVALID_VALUE); ProcessContext(Context); - - return; - } /* |