Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #181 from lioncash/unused-core-func
Remove unused function PanicAlertToVideo from Core.cpp.
  • Loading branch information
Parlane committed Mar 17, 2014
2 parents 4a906fd + 692deb2 commit d3e9702
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/Core/Core/Core.cpp
Expand Up @@ -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 =
Expand Down

0 comments on commit d3e9702

Please sign in to comment.