X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f730d32b0fbdab979b3cae1cd000e2233ef7c37e..15b17d22b02331e1e7acff9fa701df1b11e20428:/src/common/object.cpp?ds=sidebyside 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'?