mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Qt: Remove always true if statement
This commit is contained in:
@ -108,9 +108,8 @@ int main(int argc, char* argv[])
|
|||||||
boot = BootParameters::GenerateFromFile(args.front());
|
boot = BootParameters::GenerateFromFile(args.front());
|
||||||
}
|
}
|
||||||
|
|
||||||
int retval = 0;
|
int retval;
|
||||||
|
|
||||||
if (!retval)
|
|
||||||
{
|
{
|
||||||
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user