Fix build error with wxWidgets 2.8.

Regression introduced in 81891ac1097f28fc97c0bd4226b0b72394c2ef69;
assigning "" to a wxString results in an ambiguity error when building
with wxWidgets 2.8 (this could well be a bug in wxWidgets).  The default
wxString constructor creates an empty string anyway, so these assignments
are unnecessary.
This commit is contained in:
Andrew Church 2015-12-26 10:23:24 +09:00
parent df356694c5
commit b66cd84b9a
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ public:
SysAutoRun = false;
SysAutoRunElf = false;
CdvdSource = CDVDsrc_NoDisc;
IsoFile = "";
ElfFile = "";
}
};