Cleaned up some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -664,7 +664,7 @@ bool wxDebugContext::Dump(void)
|
||||
// if (!HasStream())
|
||||
// return FALSE;
|
||||
|
||||
if (TRUE)
|
||||
// if (TRUE)
|
||||
{
|
||||
wxChar* appName = _T("application");
|
||||
wxString appNameStr("");
|
||||
@@ -721,7 +721,7 @@ bool wxDebugContext::PrintStatistics(bool detailed)
|
||||
// if (!HasStream())
|
||||
// return FALSE;
|
||||
|
||||
if (TRUE)
|
||||
// if (TRUE)
|
||||
{
|
||||
wxChar* appName = _T("application");
|
||||
wxString appNameStr(_T(""));
|
||||
@@ -820,7 +820,7 @@ bool wxDebugContext::PrintClasses(void)
|
||||
// if (!HasStream())
|
||||
// return FALSE;
|
||||
|
||||
if (TRUE)
|
||||
// if (TRUE)
|
||||
{
|
||||
wxChar* appName = _T("application");
|
||||
wxString appNameStr(_T(""));
|
||||
|
Reference in New Issue
Block a user