Don't handle deprecated event in stc sample

EVT_STC_KEY is not generated and there is no reason to handle it.

See #17688.
This commit is contained in:
New Pagodi
2017-02-16 18:19:16 +01:00
committed by Artur Wieczorek
parent e68cafaf94
commit bac4d24bf9
2 changed files with 0 additions and 7 deletions

View File

@@ -104,7 +104,6 @@ public:
// stc
void OnMarginClick (wxStyledTextEvent &event);
void OnCharAdded (wxStyledTextEvent &event);
void OnKey (wxStyledTextEvent &event);
void OnKeyDown(wxKeyEvent &event);