Core: Remove unimplemented class function declarations

This commit is contained in:
Lioncash 2015-10-18 10:53:24 -04:00
parent 94ee3761ca
commit b1901fbad2
3 changed files with 0 additions and 3 deletions

View file

@ -210,7 +210,6 @@ public:
static DebugInterface* getCpu() { return cpu; };
static int getMaxParamChars() { return maxParamChars; };
private:
DisassemblyEntry* getEntry(u32 address);
static std::map<u32,DisassemblyEntry*> entries;
static DebugInterface* cpu;
static int maxParamChars;

View file

@ -90,7 +90,6 @@ private:
void DisplayBanner(int which);
void DisplaySaveList(bool canMove = true);
void DisplaySaveIcon();
void DisplayTitle(std::string name);
void DisplaySaveDataInfo1();
void DisplaySaveDataInfo2();
void DisplayMessage(std::string text, bool hasYesNo = false);

View file

@ -97,7 +97,6 @@ public:
~AuCtx();
u32 AuDecode(u32 pcmAddr);
u32 AuExit();
u32 AuNotifyAddStreamData(int size);
int AuCheckStreamDataNeeded();