Remove redundant Variant-types initializations
This commit is contained in:
@ -558,7 +558,7 @@ void PopupMenu::_draw_items() {
|
||||
check_ofs += theme_cache.h_separation;
|
||||
}
|
||||
|
||||
Point2 ofs = Point2();
|
||||
Point2 ofs;
|
||||
|
||||
// Loop through all items and draw each.
|
||||
for (int i = 0; i < items.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user