General: Remove unimplemented function prototypes

This commit is contained in:
Lioncash 2015-09-05 16:06:25 -04:00
commit 633be0387d
29 changed files with 2 additions and 71 deletions

View file

@ -30,9 +30,6 @@ public:
// StepOpcode (Steps one Opcode)
static void StepOpcode(Common::Event *event = nullptr);
// one step only
static void SingleStep();
// Enable or Disable Stepping
static void EnableStepping(const bool _bStepping);

View file

@ -158,10 +158,7 @@ void ControlChannel(int _WiimoteNumber, u16 _channelID, const void* _pData, u32
void Update(int _WiimoteNumber);
void ConnectOnInput(int _WiimoteNumber);
void DoState(PointerWrap &p);
void StateChange(EMUSTATE_CHANGE newState);
int FindWiimotes(Wiimote** wm, int max_wiimotes);
void ChangeWiimoteSource(unsigned int index, int source);
bool IsValidBluetoothName(const std::string& name);