Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jun 28, 2024
1 parent ebae33c commit 74ca30d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vscp/common/mdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4220,9 +4220,6 @@ __startSetupMDFParser(void *data, const char *name, const char **attr)
return;
}

// pmdf->m_list_register.push_back(gpRegisterStruct);
// Moved to end

// Get register attributes
for (int i = 0; attr[i]; i += 2) {

Expand Down Expand Up @@ -4348,7 +4345,6 @@ __startSetupMDFParser(void *data, const char *name, const char **attr)
}
} // Register attributes

//pmdf->m_list_register.push_back(gpRegisterStruct);
/*!
Apply pyjamas coloring if at least one of the pyjamas colors are set.
*/
Expand Down

0 comments on commit 74ca30d

Please sign in to comment.