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