From 2757e5d60007ad348f530592760c7b1761d3fb75 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 27 Dec 2019 22:51:11 -0500 Subject: [PATCH] Removes untrue comment. --- Machines/Atari/ST/Video.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Machines/Atari/ST/Video.cpp b/Machines/Atari/ST/Video.cpp index 8ed5fa99d..50c724994 100644 --- a/Machines/Atari/ST/Video.cpp +++ b/Machines/Atari/ST/Video.cpp @@ -698,10 +698,6 @@ void Video::VideoStream::output_pixels(int duration) { shift(leftover_duration); crt_.output_data(leftover_duration); } - - // Duration will be at most 32, since this will need to be interspersed with load() calls. - // Therefore it's always safe to assume that if a buffer is allocated, then it's big enough, - // provided it is flushed fairly proactively. } void Video::VideoStream::flush_pixels() {