remove GetNumDeviceButtons

This commit is contained in:
Glenn Maynard
2005-12-28 09:48:32 +00:00
parent 2d1ad839fa
commit 841bbf4c1f
4 changed files with 3 additions and 10 deletions
-5
View File
@@ -177,11 +177,6 @@ static const CString InputDeviceNames[] = {
XToString( InputDevice, NUM_INPUT_DEVICES );
StringToX( InputDevice );
int GetNumDeviceButtons( InputDevice device )
{
return NUM_DeviceButton;
};
CString DeviceInput::ToString() const
{
if( device == DEVICE_NONE )