From 86857bd6e5994a11937ac02aac809d9dddf45dc6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 13 Sep 2006 02:27:36 +0000 Subject: [PATCH] remove unused InputMapper::IsMapped(GameInput) --- stepmania/src/InputMapper.cpp | 10 ---------- stepmania/src/InputMapper.h | 1 - 2 files changed, 11 deletions(-) diff --git a/stepmania/src/InputMapper.cpp b/stepmania/src/InputMapper.cpp index 08dfb9e0b5..b3badca348 100644 --- a/stepmania/src/InputMapper.cpp +++ b/stepmania/src/InputMapper.cpp @@ -729,16 +729,6 @@ bool InputMapper::IsMapped( const DeviceInput &DeviceI ) return g_tempDItoGI.find(DeviceI) != g_tempDItoGI.end(); } -bool InputMapper::IsMapped( const GameInput &GameI ) -{ - for( int i=0; i