diff --git a/Components/9918/Implementation/9918.cpp b/Components/9918/Implementation/9918.cpp index ad959ad5b..34af6a73b 100644 --- a/Components/9918/Implementation/9918.cpp +++ b/Components/9918/Implementation/9918.cpp @@ -1278,7 +1278,6 @@ HalfCycles TMS9918::get_next_sequence_point() const { // Calculate when the next line interrupt will occur. int next_line_interrupt_row = -1; - int line_interrupt_position = this->mode_timing_.line_interrupt_position; int cycles_to_next_interrupt_threshold = this->mode_timing_.line_interrupt_position - this->fetch_pointer_.column; int line_of_next_interrupt_threshold = this->fetch_pointer_.row;