DolphinWX: Remove the dolphin-emulator.com check.

This check is not useful anymore since that website is not running their own
buildbots anymore. It's also trivially bypassable -- it just happened to work
when the builds were fully automated over there.
This commit is contained in:
Pierre Bourdon
2015-10-30 22:14:19 +01:00
parent dabb411a4c
commit 31f21057d9
2 changed files with 1 additions and 19 deletions

View File

@ -33,7 +33,6 @@ private:
void OnEndSession(wxCloseEvent& event);
void InitLanguageSupport();
void AfterInit();
static bool DolphinEmulatorDotComTextFileExists();
bool m_batch_mode = false;
bool m_confirm_stop = false;