Get rid of unnecessary variable assignment
This commit is contained in:
parent
8da1e1077b
commit
2282594f24
1 changed files with 1 additions and 2 deletions
|
|
@ -760,8 +760,7 @@ public:
|
|||
// GetState->GetColumnWidth() immediately after this function returns.
|
||||
wxSize FitColumns()
|
||||
{
|
||||
wxSize sz = m_pState->DoFitColumns();
|
||||
return sz;
|
||||
return m_pState->DoFitColumns();
|
||||
}
|
||||
|
||||
// Returns wxWindow that the properties are painted on, and which should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue