]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/configdialog.h
Fixed updated joystick handling, first major stab at gamepad profiles.
[virtualjaguar] / src / gui / configdialog.h
index ee121c266c0dbbfec4796342fddda339ea84b270..295ebdf10eb0d371f4b8f54bc2449ec1b9cedcc5 100644 (file)
@@ -1,7 +1,7 @@
 //
 // configdialog.h - Configuration dialog
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
 
@@ -34,7 +34,7 @@ class ConfigDialog: public QDialog
        public:
                GeneralTab * generalTab;
                ControllerTab * controllerTab1;
-               ControllerTab * controllerTab2;
+//             ControllerTab * controllerTab2;
                AlpineTab * alpineTab;
 };