From 3cc8c589ccdc18cc243fc25253e6b9ad7f085b71 Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Thu, 16 Jan 2020 23:16:37 +0900 Subject: [PATCH] Remove debugging variables. --- bsnes/sfc/ppu/background.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsnes/sfc/ppu/background.hpp b/bsnes/sfc/ppu/background.hpp index eb44d25c..5df47dc4 100644 --- a/bsnes/sfc/ppu/background.hpp +++ b/bsnes/sfc/ppu/background.hpp @@ -78,8 +78,6 @@ struct Background { uint16 data[4]; } tiles[66]; -uint7 nameTableIndex2; -uint7 characterIndex2; uint7 renderingIndex; uint3 pixelCounter;