projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gtk wxStaticText and wxALIGN_CENTER_VERTICAL
[wxWidgets.git]
/
src
/
common
/
fontcmn.cpp
diff --git
a/src/common/fontcmn.cpp
b/src/common/fontcmn.cpp
index 8a9063f5b344ea3714fd4a1441adfb2d9a8609ba..5ac8cce15e6eb60094e002b139301d9b847b2525 100644
(file)
--- a/
src/common/fontcmn.cpp
+++ b/
src/common/fontcmn.cpp
@@
-341,11
+341,6
@@
bool wxFontBase::operator==(const wxFont& font) const
);
}
);
}
-bool wxFontBase::operator!=(const wxFont& font) const
-{
- return !(*this == font);
-}
-
wxString wxFontBase::GetFamilyString() const
{
wxCHECK_MSG( Ok(), wxT("wxDEFAULT"), wxT("invalid font") );
wxString wxFontBase::GetFamilyString() const
{
wxCHECK_MSG( Ok(), wxT("wxDEFAULT"), wxT("invalid font") );