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:
parent
1602d4d0fb
commit
258e7b2562
@ -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'?
|
||||
|
Loading…
Reference in New Issue
Block a user