mirror of https://github.com/BOINC/boinc.git
- MGR: Remove unneeded asserts.
clientgui/ BOINCTaskBar.cpp svn path=/trunk/boinc/; revision=23362
This commit is contained in:
parent
f56051a182
commit
b9c959ed1d
|
@ -2187,3 +2187,9 @@ David 10 Apr 2011
|
|||
forum_forum.php
|
||||
img/
|
||||
hidden.png
|
||||
|
||||
Rom 11 Apr 2011
|
||||
- MGR: Remove unneeded asserts.
|
||||
|
||||
clientgui/
|
||||
BOINCTaskBar.cpp
|
||||
|
|
|
@ -733,10 +733,8 @@ void CTaskBarIcon::UpdateNoticeStatus() {
|
|||
wxString strTitle;
|
||||
|
||||
wxASSERT(pDoc);
|
||||
wxASSERT(pFrame);
|
||||
wxASSERT(pSkinAdvanced);
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
wxASSERT(wxDynamicCast(pFrame, CBOINCBaseFrame));
|
||||
wxASSERT(wxDynamicCast(pSkinAdvanced, CSkinAdvanced));
|
||||
|
||||
if (!pFrame) return;
|
||||
|
|
Loading…
Reference in New Issue