1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-07 22:59:50 +00:00

Remove FMOD::Channel::setPan(), which is now defunct.

This commit is contained in:
fgenesis 2013-07-22 13:35:45 +02:00
parent 55bc002cc5
commit 6e8cc8cecd
3 changed files with 0 additions and 14 deletions

View file

@ -173,7 +173,6 @@ namespace FMOD
FMOD_RESULT setPriority(int priority);
FMOD_RESULT stop();
FMOD_RESULT setPaused(bool paused);
FMOD_RESULT setPan(float pan);
FMOD_RESULT setCallback(FMOD_CHANNEL_CALLBACK callback);
FMOD_RESULT getUserData(void **userdata);
FMOD_RESULT setUserData(void *userdata);