diff --git a/interface/wx/stc/stc.h b/interface/wx/stc/stc.h index bfc63b2534..d599ddd46b 100644 --- a/interface/wx/stc/stc.h +++ b/interface/wx/stc/stc.h @@ -4021,16 +4021,12 @@ public: /** Retrieve a pointer to a function that processes messages for this Scintilla. - - @since 3.1.1 */ void* GetDirectFunction() const; /** Retrieve a pointer value to use as the first argument when calling the function returned by GetDirectFunction. - - @since 3.1.1 */ void* GetDirectPointer() const;