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:
Brian Macy
1999-05-25 23:51:10 +00:00
parent dbe949828d
commit 2917e92043
4 changed files with 21 additions and 20 deletions

View File

@@ -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(""));