Merge pull request #181 from lioncash/unused-core-func

Remove unused function PanicAlertToVideo from Core.cpp.
This commit is contained in:
Matthew Parlane 2014-03-17 14:14:15 +13:00
commit d3e9702cec

View File

@ -104,13 +104,6 @@ std::string StopMessage(bool bMainThread, std::string Message)
bMainThread ? "Main Thread" : "Video Thread", Common::CurrentThreadId(), MemUsage().c_str(), Message.c_str());
}
//
bool PanicAlertToVideo(const char* text, bool yes_no)
{
DisplayMessage(text, 3000);
return true;
}
void DisplayMessage(const std::string& message, int time_in_ms)
{
SCoreStartupParameter& _CoreParameter =