Remove AudioController::GetAudioProvider as it was a temporary hack which is no longer needed

Originally committed to SVN as r6252.
This commit is contained in:
Thomas Goyne 2012-01-08 01:37:05 +00:00
parent 702d1e9c22
commit d04753aaf2
1 changed files with 0 additions and 6 deletions

View File

@ -365,12 +365,6 @@ public:
/// @param volume The new amplification factor for the audio
void SetVolume(double volume);
/// @brief Return the current audio provider
/// @return A const pointer to the current audio provider
const AudioProvider * GetAudioProvider() const { return provider; }
/// @brief Return the current timing controller
/// @return The current timing controller or 0
AudioTimingController * GetTimingController() const { return timing_controller.get(); }