mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
Merge pull request #2977 from lioncash/unused
General: Remove unimplemented function prototypes
This commit is contained in:
commit
96e42dff52
29 changed files with 2 additions and 71 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue