Removing AudioDriver.

This commit is contained in:
Ben Vanik
2014-01-13 00:05:08 -08:00
parent ae5b87ea2a
commit 20ad328e4a
13 changed files with 1 additions and 218 deletions

View File

@@ -22,8 +22,6 @@ XEDECLARECLASS2(xe, cpu, XenonThreadState);
namespace xe {
namespace apu {
class AudioDriver;
class AudioSystem {
public:
@@ -85,8 +83,6 @@ protected:
uint32_t wrapped_callback_arg;
} client_;
bool can_submit_;
AudioDriver* driver_;
};