mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Common/MsgHandler: Remove non-format variants of PanicAlert
They're no longer used.
This commit is contained in:
@ -82,7 +82,7 @@ bool PlatformX11::Init()
|
||||
m_display = XOpenDisplay(nullptr);
|
||||
if (!m_display)
|
||||
{
|
||||
PanicAlert("No X11 display found");
|
||||
PanicAlertFmt("No X11 display found");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user