X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/793db75554d2d2bc5dc9b0fc42c0b7aa03a44183..86b79b93fbbb0c2e90e6595f7fea0f979b80881c:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index 777ee31702..f805dd61ac 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -596,7 +596,6 @@ public: // ------------------ // for compatibility with the old code when wxCoord was long everywhere -#ifndef __WIN16__ void GetTextExtent(const wxString& string, long *x, long *y, long *descent = NULL, @@ -645,7 +644,6 @@ public: if (w) *w = ww; if (h) *h = hh; } -#endif // !Win16 protected: // the pure virtual functions which should be implemented by wxDC