Revert "Handle WM_GETDLGCODE in wxTextCtrl for wxUniv too"

This reverts commit af8b662868.
This commit is contained in:
Kvaz1r
2021-08-07 09:40:26 +03:00
parent af8b662868
commit 5d1a936f73
4 changed files with 3 additions and 138 deletions

View File

@@ -451,12 +451,6 @@ protected:
bool DoCut();
bool DoPaste();
#ifdef __WXMSW__
public:
// override MSWHandleMessage to process WM_GETDLGCODE
bool MSWHandleMessage(WXLRESULT *result, WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
#endif // __WXMSW__
private:
// all these methods are for multiline text controls only