summaryrefslogtreecommitdiff
path: root/ZAPD/ZAnimation.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/ZAnimation.cpp
parent179af7d11fd27b046edfb1bbadade865033583d7 (diff)
Removed a bunch of old commented out code. (#114)
Diffstat (limited to 'ZAPD/ZAnimation.cpp')
-rw-r--r--ZAPD/ZAnimation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/ZAnimation.cpp b/ZAPD/ZAnimation.cpp
index 9163d62..81f769c 100644
--- a/ZAPD/ZAnimation.cpp
+++ b/ZAPD/ZAnimation.cpp
@@ -210,8 +210,6 @@ void ZLinkAnimation::ParseRawData()
ZAnimation::ParseRawData();
const uint8_t* data = rawData.data();
-
- // segmentAddress = GETSEGOFFSET(BitConverter::ToInt32BE(data, rawDataIndex + 4));
segmentAddress = (BitConverter::ToInt32BE(data, rawDataIndex + 4));
}