Skip to content

Commit

Permalink
Merge pull request #2904 from daschuer/warning_fix
Browse files Browse the repository at this point in the history
Removed unused member variable
  • Loading branch information
uklotzde committed Jun 29, 2020
2 parents dc1b9a1 + 776eb48 commit af411ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/controllers/controllerpreset.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class ConstControllerPresetVisitor;
class ControllerPreset {
public:
ControllerPreset()
: m_bDirty(false),
m_iControllerEngineVersion(0) {
: m_bDirty(false) {
}
virtual ~ControllerPreset() = default;

Expand Down Expand Up @@ -177,7 +176,6 @@ class ControllerPreset {
QString m_wikilink;
QString m_schemaVersion;
QString m_mixxxVersion;
int m_iControllerEngineVersion;

QList<ScriptFileInfo> m_scripts;
};
Expand Down

0 comments on commit af411ab

Please sign in to comment.