From ad9df373ed021b251010609ad86f65f8c1b9b67c Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Mon, 24 Oct 2022 16:36:57 -0400 Subject: [PATCH] Remove unneeded comment from VideoRep. --- src/System/Utils/VideoRep.ZC | 1 - 1 file changed, 1 deletion(-) diff --git a/src/System/Utils/VideoRep.ZC b/src/System/Utils/VideoRep.ZC index c8f3be22..dff3b699 100755 --- a/src/System/Utils/VideoRep.ZC +++ b/src/System/Utils/VideoRep.ZC @@ -32,7 +32,6 @@ public I64 VideoRep() { aspect_w /= div; aspect_h /= div; - //reset div div = 2; } div++;