mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #6475 from Starsam80/fix-always-true
Qt: Remove always true if statement
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user