Fixed some warnings found with Cppcheck.
This commit is contained in:
parent
0db3d1d2a7
commit
7f72d6476b
8 changed files with 8 additions and 25 deletions
|
|
@ -33,13 +33,6 @@
|
|||
#include "label.h"
|
||||
#include "margin_container.h"
|
||||
|
||||
struct _MinSizeCache {
|
||||
|
||||
int min_size;
|
||||
bool will_stretch;
|
||||
int final_size;
|
||||
};
|
||||
|
||||
Control *SplitContainer::_getch(int p_idx) const {
|
||||
|
||||
int idx = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue