cleanup
This commit is contained in:
@@ -14,11 +14,9 @@ RageInput::RageInput( CString drivers )
|
|||||||
/* Init optional devices. */
|
/* Init optional devices. */
|
||||||
MakeInputHandlers(drivers,Devices);
|
MakeInputHandlers(drivers,Devices);
|
||||||
|
|
||||||
/* If no input devices are loaded, the user won't be able to input anything.
|
/* If no input devices are loaded, the user won't be able to input anything. */
|
||||||
* That should never happen. */
|
if( Devices.size() == 0 )
|
||||||
/* Temporarily commented out until Xbox is working. -Chris */
|
LOG->Warn( "No input devices were loaded." );
|
||||||
// if(Devices.size() == 0)
|
|
||||||
// RageException::Throw("No input devices were loaded. This shouldn't happen; please file a bug.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RageInput::~RageInput()
|
RageInput::~RageInput()
|
||||||
|
|||||||
Reference in New Issue
Block a user