summaryrefslogtreecommitdiff
path: root/ZAPD/ZMtx.cpp
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2021-04-15 20:40:22 -0400
committerGitHub <noreply@github.com>2021-04-15 20:40:22 -0400
commit3628110528eaca4fc6ccce2db2941f6588a8d48f (patch)
tree1c828abe75807954bca15ea8b0c5d861d50272ae /ZAPD/ZMtx.cpp
parent179af7d11fd27b046edfb1bbadade865033583d7 (diff)
Removed a bunch of old commented out code. (#114)
Diffstat (limited to 'ZAPD/ZMtx.cpp')
-rw-r--r--ZAPD/ZMtx.cpp2
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()