Local size variable was unnecessarily assigned itself.
Closes #13723.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69931
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void GetLayoutInset(int &left , int &top , int &right, int &bottom) const
{
left = top = right = bottom = 0;
void GetLayoutInset(int &left , int &top , int &right, int &bottom) const
{
left = top = right = bottom = 0;
- NSControlSize size = size = [(wxNSProgressIndicator*)m_osxView controlSize];
+ NSControlSize size = [(wxNSProgressIndicator*)m_osxView controlSize];