diff options
| author | nakeee <nakeee@gmail.com> | 2008-12-02 10:50:58 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-12-02 10:50:58 +0000 |
| commit | dc3f3eb190554e03fe9afb54007f18d7f148ad9b (patch) | |
| tree | 4f1ab510693fc1bf2b6390330f44449af3c079ea /Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp | |
| parent | afbed76fe7c7221369862bca8ef5e41b31ecbcf8 (diff) | |
warning fixes + compile on linx
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1378 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp b/Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp index a72066d22b..2f7b2e89f6 100644 --- a/Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp +++ b/Source/Plugins/Plugin_nJoy_Testing/Src/GUI/ConfigBox.cpp @@ -374,7 +374,6 @@ void ConfigBox::SetControllerAll(int controller) void ConfigBox::GetControllerAll(int controller)
{
wxString tmp;
- char value[64];
long lvalue;
joysticks[controller].ID = m_Joyname[controller]->GetSelection();
|
