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:
committed by
Artur Wieczorek
parent
e68cafaf94
commit
bac4d24bf9
@@ -104,7 +104,6 @@ public:
|
||||
// stc
|
||||
void OnMarginClick (wxStyledTextEvent &event);
|
||||
void OnCharAdded (wxStyledTextEvent &event);
|
||||
void OnKey (wxStyledTextEvent &event);
|
||||
|
||||
void OnKeyDown(wxKeyEvent &event);
|
||||
|
||||
|
Reference in New Issue
Block a user