remove unused

This commit is contained in:
Glenn Maynard
2005-12-28 18:59:25 +00:00
parent dd04d0d85e
commit 596d672d7f
@@ -482,15 +482,12 @@ void InputHandler_DInput::InputThreadMain()
/* Enable priority boosting. */
SetThreadPriorityBoost( GetCurrentThread(), FALSE );
vector<DIDevice*> BufferedDevices, UnbufferedDevices;
vector<DIDevice*> BufferedDevices;
HANDLE Handle = CreateEvent(NULL, FALSE, FALSE, NULL);
for( unsigned i = 0; i < Devices.size(); ++i )
{
if( !Devices[i].buffered )
{
UnbufferedDevices.push_back( &Devices[i] );
continue;
}
BufferedDevices.push_back( &Devices[i] );