diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2021-04-15 20:40:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 20:40:22 -0400 |
| commit | 3628110528eaca4fc6ccce2db2941f6588a8d48f (patch) | |
| tree | 1c828abe75807954bca15ea8b0c5d861d50272ae /ZAPD/ZMtx.cpp | |
| parent | 179af7d11fd27b046edfb1bbadade865033583d7 (diff) | |
Removed a bunch of old commented out code. (#114)
Diffstat (limited to 'ZAPD/ZMtx.cpp')
| -rw-r--r-- | ZAPD/ZMtx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/ZMtx.cpp b/ZAPD/ZMtx.cpp index 3aa1e51..82e78ab 100644 --- a/ZAPD/ZMtx.cpp +++ b/ZAPD/ZMtx.cpp @@ -15,8 +15,6 @@ ZMtx::ZMtx(const std::string& prefix, const std::vector<uint8_t>& nRawData, int { name = GetDefaultName(prefix.c_str(), rawDataIndex); ExtractFromXML(nullptr, nRawData, nRawDataIndex, ""); - - // ParseRawData(); } void ZMtx::ParseRawData() |
