mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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());
|
||||
}
|
||||
|
||||
int retval = 0;
|
||||
int retval;
|
||||
|
||||
if (!retval)
|
||||
{
|
||||
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
||||
|
||||
|
Reference in New Issue
Block a user