diff --git a/Core/Debugger/DisassemblyManager.h b/Core/Debugger/DisassemblyManager.h index a9a8d762fe..435a9362ab 100644 --- a/Core/Debugger/DisassemblyManager.h +++ b/Core/Debugger/DisassemblyManager.h @@ -210,7 +210,6 @@ public: static DebugInterface* getCpu() { return cpu; }; static int getMaxParamChars() { return maxParamChars; }; private: - DisassemblyEntry* getEntry(u32 address); static std::map entries; static DebugInterface* cpu; static int maxParamChars; diff --git a/Core/Dialog/PSPSaveDialog.h b/Core/Dialog/PSPSaveDialog.h index c792a2da31..0e5195c849 100644 --- a/Core/Dialog/PSPSaveDialog.h +++ b/Core/Dialog/PSPSaveDialog.h @@ -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); diff --git a/Core/HW/SimpleAudioDec.h b/Core/HW/SimpleAudioDec.h index 7b24443e58..7539fdbdc3 100644 --- a/Core/HW/SimpleAudioDec.h +++ b/Core/HW/SimpleAudioDec.h @@ -97,7 +97,6 @@ public: ~AuCtx(); u32 AuDecode(u32 pcmAddr); - u32 AuExit(); u32 AuNotifyAddStreamData(int size); int AuCheckStreamDataNeeded();