From 258e7b2562e14a0b7be2781dfa996079e0d24f91 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Sep 2005 20:58:55 +0000 Subject: [PATCH] remove unused wxTrue git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/object.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/object.cpp b/src/common/object.cpp index 9dfaeafb62..01708a2a35 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -96,9 +96,7 @@ wxClassInfo *wxObject::GetClassInfo() const #endif // wxUSE_EXTENDED_RTTI -// These are here so we can avoid 'always true/false' warnings -// by referring to these instead of true/false -const bool wxTrue = true; +// this variable exists only so that we can avoid 'always true/false' warnings const bool wxFalse = false; // Is this object a kind of (a subclass of) 'info'? -- 2.45.2