From: Vadim Zeitlin Date: Sat, 17 Sep 2005 20:58:55 +0000 (+0000) Subject: remove unused wxTrue X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/258e7b2562e14a0b7be2781dfa996079e0d24f91 remove unused wxTrue git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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'?