mirror of https://github.com/BOINC/boinc.git
MGR: same as previous commit.
This commit is contained in:
parent
347b42b4c3
commit
68d844aea6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue