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:";