diff options
| author | nakeee <nakeee@gmail.com> | 2009-01-06 08:30:31 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-01-06 08:30:31 +0000 |
| commit | f95937bc2e2c0d3cd1cfb5fe4ffc2b12e43e966f (patch) | |
| tree | 8fd7ccff0ba9641a315d2db3342f5a3ede7b5b0c /Source/Core/InputCommon/Src/InputCommon.cpp | |
| parent | ce2b4bead95a305353a02ee938ff14f4eafd11f2 (diff) | |
is properties the right way?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1808 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/InputCommon.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/InputCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/InputCommon.cpp b/Source/Core/InputCommon/Src/InputCommon.cpp index fc908e8975..beed506f8e 100644 --- a/Source/Core/InputCommon/Src/InputCommon.cpp +++ b/Source/Core/InputCommon/Src/InputCommon.cpp @@ -6,7 +6,7 @@ namespace InputCommon { void Init() { // init the event handler - EventHandler::GetInstance(); + //EventHandler::GetInstance(); } void Shutdown() { |
