mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #6475 from Starsam80/fix-always-true
Qt: Remove always true if statement
This commit is contained in:
commit
6079d7d3c6
@ -139,9 +139,8 @@ int main(int argc, char* argv[])
|
||||
boot = BootParameters::GenerateFromFile(args.front());
|
||||
}
|
||||
|
||||
int retval = 0;
|
||||
int retval;
|
||||
|
||||
if (!retval)
|
||||
{
|
||||
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user