From 3ef28a4f03d3d1d5be0ae5181c9f840f1df738d9 Mon Sep 17 00:00:00 2001 From: Thomas Harte <thomas.harte@gmail.com> Date: Sat, 3 Jul 2021 19:10:29 -0400 Subject: [PATCH] Remove unused instance variable. --- Machines/Enterprise/Nick.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Machines/Enterprise/Nick.hpp b/Machines/Enterprise/Nick.hpp index 3092895de..fa9e670f7 100644 --- a/Machines/Enterprise/Nick.hpp +++ b/Machines/Enterprise/Nick.hpp @@ -94,9 +94,6 @@ class Nick { bool vres_ = false; bool reload_line_parameter_pointer_ = false; - // An accumulator for border output regions. - int border_duration_ = 0; - // The destination for new pixels. static constexpr int allocation_size = 336; static_assert((allocation_size % 16) == 0, "Allocation size must be a multiple of 16");