Removed unnecessary use-retval from wxString::erase (#3127)
This commit is contained in:
parent
c087a2a263
commit
7e1ecdbb37
|
@ -8302,7 +8302,6 @@
|
||||||
<function name="wxString::erase">
|
<function name="wxString::erase">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<use-retval/>
|
|
||||||
<arg nr="1" direction="in" default="0">
|
<arg nr="1" direction="in" default="0">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
|
Loading…
Reference in New Issue