remove unused

This commit is contained in:
Glenn Maynard
2006-09-13 01:33:04 +00:00
parent 6d24d2f0b4
commit 7da7f3af18
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -38,7 +38,6 @@ public:
bool DeviceToGame( const DeviceInput &DeviceI, GameInput& GameI ); // return true if there is a mapping from device to pad
bool GameToDevice( const GameInput &GameI, int iSoltNum, DeviceInput& DeviceI ); // return true if there is a mapping from pad to device
StyleInput GameToStyle( const GameInput &GameI );
void StyleToGame( const StyleInput &StyleI, PlayerNumber pn, GameInput &GameI );
void GameToMenu( const GameInput &GameI, MenuInput &MenuI );