mirror of https://github.com/stella-emu/stella.git
Minor code cleanup (unique_ptr is automatically set to null).
This commit is contained in:
parent
d18c16639f
commit
2d4b2a314e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue