From 3628110528eaca4fc6ccce2db2941f6588a8d48f Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Thu, 15 Apr 2021 20:40:22 -0400 Subject: Removed a bunch of old commented out code. (#114) --- ZAPD/ZAnimation.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ZAPD/ZAnimation.cpp') 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)); } -- cgit v1.2.3