mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
PPCSymbolDB: Remove unused function pointer typedef
This commit is contained in:
parent
9dbc760bb7
commit
d6d17eea60
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
||||||
class PPCSymbolDB : public SymbolDB
|
class PPCSymbolDB : public SymbolDB
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef void (*functionGetterCallback)(Symbol* f);
|
|
||||||
|
|
||||||
PPCSymbolDB();
|
PPCSymbolDB();
|
||||||
~PPCSymbolDB();
|
~PPCSymbolDB();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue