aboutsummaryrefslogtreecommitdiff
path: root/guilib/AudioContext.cpp
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2009-12-28 21:58:54 +0000
committeralthekiller <althekiller@svn>2009-12-28 21:58:54 +0000
commitafa948f9d98b0c7e26e358ad243e93da332cfbf9 (patch)
tree3864df9ea0dc68225034271eb99b787a868c1280 /guilib/AudioContext.cpp
parentfc9cd69a16c221c5c4b427385b69a9eb249a2632 (diff)
removed: deprecated audio device interface.
changed: Cleanup audiomanager state. fixed: Nav sounds mysteriously disappearing. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26141 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/AudioContext.cpp')
-rw-r--r--guilib/AudioContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/guilib/AudioContext.cpp b/guilib/AudioContext.cpp
index b3efdf87af..5fd5cf79f7 100644
--- a/guilib/AudioContext.cpp
+++ b/guilib/AudioContext.cpp
@@ -22,7 +22,6 @@
#include "system.h"
#include "AudioContext.h"
#include "GUIAudioManager.h"
-#include "IAudioDeviceChangedCallback.h"
#include "Settings.h"
#include "GUISettings.h"
#include "XBAudioConfig.h"
@@ -70,7 +69,6 @@ CAudioContext::~CAudioContext()
}
// \brief Create a new device by type (DEFAULT_DEVICE, DIRECTSOUND_DEVICE, AC97_DEVICE)
-// Note: DEFAULT_DEVICE is created by the IAudioDeviceChangedCallback
void CAudioContext::SetActiveDevice(int iDevice)
{
/* if device is the same, no need to bother */