From 0d1a2d3010e38aa77a8cb5bd3a6babb8f8d54090 Mon Sep 17 00:00:00 2001 From: joevt Date: Sat, 20 Apr 2024 00:59:47 -0700 Subject: [PATCH] atimach64gx: Cleanup. --- devices/video/atimach64gx.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/devices/video/atimach64gx.cpp b/devices/video/atimach64gx.cpp index 23e0286..4e8cb84 100644 --- a/devices/video/atimach64gx.cpp +++ b/devices/video/atimach64gx.cpp @@ -574,9 +574,6 @@ void AtiMach64Gx::verbose_pixel_format(int crtc_index) { return; } -/* - int fmt = extract_bits(this->regs[ATI_CRTC_GEN_CNTL], ATI_CRTC_PIX_WIDTH, ATI_CRTC_PIX_WIDTH_size); -*/ int pix_fmt = this->pixel_format; const char* what = "Pixel format:";