mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
BreakPoints: Remove unimplemented function declarations
This commit is contained in:
parent
45c1cfa078
commit
56560403bd
1 changed files with 0 additions and 4 deletions
|
@ -77,8 +77,6 @@ public:
|
|||
void Clear();
|
||||
void ClearAllTemporary();
|
||||
|
||||
void DeleteByAddress(u32 _Address);
|
||||
|
||||
private:
|
||||
TBreakPoints m_BreakPoints;
|
||||
u32 m_iBreakOnCount;
|
||||
|
@ -134,8 +132,6 @@ public:
|
|||
void Remove(u32 _iAddress);
|
||||
void Clear();
|
||||
|
||||
void DeleteByAddress(u32 _Address);
|
||||
|
||||
private:
|
||||
TWatches m_Watches;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue