Skip to content

Commit

Permalink
Remove changes from e3a78f6
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 9, 2024
1 parent d20713c commit 0e04cdd
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7365,26 +7365,6 @@
<returnValue type="wxString"/>
<warn severity="style">Use 'wxStyledTextEvent::GetString()' instead.</warn>
</function>
<!-- wxString wxToolbookEvent::GetString() const-->
<!-- wxString wxStyledTextEvent::GetString() const-->
<function name="wxStyledTextEvent::GetString,wxToolbookEvent::GetString">
<noreturn>false</noreturn>
<use-retval/>
<const/>
<leak-ignore/>
<returnValue type="wxString"/>
</function>
<!-- int wxToolbookEvent::GetOldSelection( void ) const -->
<!-- int wxToolbookEvent::GetSelection( void ) const -->
<!-- int wxBookCtrlEvent::GetOldSelection( void ) const -->
<!-- int wxBookCtrlEvent::GetSelection( void ) const -->
<function name="wxBookCtrlEvent::GetOldSelection,wxBookCtrlEvent::GetSelection,wxToolbookEvent::GetOldSelection,wxToolbookEvent::GetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- void wxStyledTextEvent::SetText(const wxString & t) -->
<!-- void wxStyledTextEvent::SetDragText(const wxString & val) -->
<function name="wxStyledTextEvent::SetText,wxStyledTextEvent::SetDragText">
Expand Down Expand Up @@ -14309,24 +14289,6 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- int wxWithImages::GetImageCount( void ) const -->
<!-- int wxBookCtrlBase::GetImageCount( void ) const -->
<function name="wxWithImages::GetImageCount,wxBookCtrlBase::GetImageCount">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
<use-retval/>
<const/>
</function>
<!-- wxImageList * wxWithImages::GetImageList( void ) const -->
<!-- wxImageList * wxBookCtrlBase::GetImageList( void ) const -->
<function name="wxWithImages::GetImageList,wxBookCtrlBase::GetImageList">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxImageList *"/>
<use-retval/>
<const/>
</function>
<!-- void wxFocusEvent::Skip(bool skip = true) -->
<!-- void wxSpinEvent::Skip(bool skip = true) -->
<!-- void wxEvent::Skip(bool skip = true) -->
Expand Down Expand Up @@ -16850,10 +16812,9 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<const/>
</function>
<!-- int wxToolbookEvent::GetId( void ) const -->
<!-- int wxEvent::GetId( void ) const -->
<!-- int wxCommandEvent::GetId( void ) const -->
<function name="wxEvent::GetId,wxCommandEvent::GetId,wxToolbookEvent::GetId">
<function name="wxEvent::GetId,wxCommandEvent::GetId">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
Expand Down

0 comments on commit 0e04cdd

Please sign in to comment.