Remove incorrect use-retvals (#3200)

These functions return a self ref and are not const so you shouldn't need to use the return value.
This commit is contained in:
Steve Browne 2021-04-07 01:52:26 -04:00 committed by GitHub
parent 73e698b84d
commit ccb2cb26b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -5466,7 +5466,6 @@
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString &amp;"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
<!-- wxString& wxString::MakeLower()-->
@ -5474,7 +5473,6 @@
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString &amp;"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
<!-- wxString& wxString::MakeUpper()-->
@ -5482,7 +5480,6 @@
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString &amp;"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
<!-- bool wxString::Matches(const wxString & mask) const -->