Replace more occurrences of NULL with nullptr

This commit is contained in:
Rémi Verschelde
2020-04-02 14:41:58 +02:00
parent 058a0afdec
commit ea7b497065
13 changed files with 18 additions and 65 deletions

View File

@ -561,12 +561,6 @@ void Control::_notification(int p_notification) {
data.parent = nullptr;
data.parent_canvas_item = nullptr;
/*
if (data.theme_owner && data.theme.is_null()) {
data.theme_owner=NULL;
notification(NOTIFICATION_THEME_CHANGED);
}
*/
} break;
case NOTIFICATION_MOVED_IN_PARENT: {