Skip to content

Commit

Permalink
MythGame: Fix coverity ID 1026730 Uninitialized scalar field
Browse files Browse the repository at this point in the history
Remove the changed variable that Coverity is complaining about doesn't appear
to be used anywhere.
  • Loading branch information
Paul Harrison committed Jun 8, 2013
1 parent a7d4653 commit bfcba6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythplugins/mythgame/mythgame/gamesettings.h
Expand Up @@ -115,7 +115,6 @@ class MythGamePlayerSettings : public QObject, public ConfigurationWizard

private:
QString settingValue;
bool changed;
ID *id;
Name *name;
};
Expand Down

0 comments on commit bfcba6d

Please sign in to comment.