mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Remove unused instance variable.
This commit is contained in:
parent
adcd580d5b
commit
3ef28a4f03
@ -94,9 +94,6 @@ class Nick {
|
|||||||
bool vres_ = false;
|
bool vres_ = false;
|
||||||
bool reload_line_parameter_pointer_ = false;
|
bool reload_line_parameter_pointer_ = false;
|
||||||
|
|
||||||
// An accumulator for border output regions.
|
|
||||||
int border_duration_ = 0;
|
|
||||||
|
|
||||||
// The destination for new pixels.
|
// The destination for new pixels.
|
||||||
static constexpr int allocation_size = 336;
|
static constexpr int allocation_size = 336;
|
||||||
static_assert((allocation_size % 16) == 0, "Allocation size must be a multiple of 16");
|
static_assert((allocation_size % 16) == 0, "Allocation size must be a multiple of 16");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user