remove unused

This commit is contained in:
Glenn Maynard
2006-07-15 01:53:58 +00:00
parent d7336ec0b6
commit abf1fcec37
-1
View File
@@ -3553,7 +3553,6 @@ static bool IsMapped( EditButton eb, const MapEditToDI &editmap )
for( int s=0; s<NUM_EDIT_TO_DEVICE_SLOTS; s++ )
{
DeviceInput diPress = editmap.button[eb][s];
DeviceInput diHold = editmap.hold[eb][s];
if( diPress.IsValid() )
return true;
}