]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unused wxTrue
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Sep 2005 20:58:55 +0000 (20:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Sep 2005 20:58:55 +0000 (20:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/object.cpp

index 9dfaeafb621002c2f20da1c5ef66c261eb13e411..01708a2a35b4e5ac6e91eb2e1ff0d93864498c1f 100644 (file)
@@ -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'?