all repos — mgba @ d5c0dffb29d5256a5d38cd5dc9ee5443f75d2137

mGBA Game Boy Advance Emulator

Remove unused member in GameController
Jeffrey Pfau jeffrey@endrift.com
Mon, 21 Jul 2014 23:08:31 -0700
commit

d5c0dffb29d5256a5d38cd5dc9ee5443f75d2137

parent

ae534aff74503630f3c4c8a38bfb5aef82754533

2 files changed, 0 insertions(+), 2 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -11,7 +11,6 @@

GameController::GameController(QObject* parent) : QObject(parent) , m_drawContext(new uint32_t[256 * 256]) - , m_audioContext(nullptr) , m_activeKeys(0) , m_rom(nullptr) {
M src/platform/qt/GameController.hsrc/platform/qt/GameController.h

@@ -63,7 +63,6 @@ private:

void updateKeys(); uint32_t* m_drawContext; - AudioDevice* m_audioContext; GBAThread m_threadContext; GBAVideoSoftwareRenderer* m_renderer; int m_activeKeys;