MGR: same as previous commit.

This commit is contained in:
Rom Walton 2014-03-05 11:47:38 -05:00
parent 347b42b4c3
commit 68d844aea6
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ IMPLEMENT_DYNAMIC_CLASS(CBOINCGUIApp, wxApp)
BEGIN_EVENT_TABLE (CBOINCGUIApp, wxApp)
EVT_ACTIVATE_APP(CBOINCGUIApp::OnActivateApp)
EVT_RPC_FINISHED(CBOINCGUIApp::OnRPCFinished)
#if (defined(__WXMSW__) && !wxCHECK_VERSION(2, 9, 4))
EVT_END_SESSION(CBOINCGUIApp::OnEndSession)
#endif
END_EVENT_TABLE ()
bool s_bSkipExitConfirmation = false;