Remove unused function PanicAlertToVideo from Core.cpp.
This commit is contained in:
parent
4a906fdf7b
commit
692deb24ba
|
@ -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());
|
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)
|
void DisplayMessage(const std::string& message, int time_in_ms)
|
||||||
{
|
{
|
||||||
SCoreStartupParameter& _CoreParameter =
|
SCoreStartupParameter& _CoreParameter =
|
||||||
|
|
Loading…
Reference in New Issue