mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #3038 from lioncash/prototype
BreakPoints: Remove unimplemented function declarations
This commit is contained in:
@ -77,8 +77,6 @@ public:
|
|||||||
void Clear();
|
void Clear();
|
||||||
void ClearAllTemporary();
|
void ClearAllTemporary();
|
||||||
|
|
||||||
void DeleteByAddress(u32 _Address);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TBreakPoints m_BreakPoints;
|
TBreakPoints m_BreakPoints;
|
||||||
u32 m_iBreakOnCount;
|
u32 m_iBreakOnCount;
|
||||||
@ -134,8 +132,6 @@ public:
|
|||||||
void Remove(u32 _iAddress);
|
void Remove(u32 _iAddress);
|
||||||
void Clear();
|
void Clear();
|
||||||
|
|
||||||
void DeleteByAddress(u32 _Address);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TWatches m_Watches;
|
TWatches m_Watches;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user