remove unused wxTrue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,9 +96,7 @@ wxClassInfo *wxObject::GetClassInfo() const
|
|||||||
|
|
||||||
#endif // wxUSE_EXTENDED_RTTI
|
#endif // wxUSE_EXTENDED_RTTI
|
||||||
|
|
||||||
// These are here so we can avoid 'always true/false' warnings
|
// this variable exists only so that we can avoid 'always true/false' warnings
|
||||||
// by referring to these instead of true/false
|
|
||||||
const bool wxTrue = true;
|
|
||||||
const bool wxFalse = false;
|
const bool wxFalse = false;
|
||||||
|
|
||||||
// Is this object a kind of (a subclass of) 'info'?
|
// Is this object a kind of (a subclass of) 'info'?
|
||||||
|
Reference in New Issue
Block a user