Minor code cleanup (unique_ptr is automatically set to null).

This commit is contained in:
Stephen Anthony 2019-04-26 18:21:08 -02:30
parent d18c16639f
commit 2d4b2a314e
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
RomAuditDialog::RomAuditDialog(OSystem& osystem, DialogContainer& parent,
const GUI::Font& font, int max_w, int max_h)
: Dialog(osystem, parent, font, "Audit ROMs"),
myConfirmMsg(nullptr),
myMaxWidth(max_w),
myMaxHeight(max_h)
{