From 61d6ef58ee4dd2bca890df0b80cda90ab2567d06 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Tue, 4 Jan 2022 11:17:14 -0800 Subject: [PATCH] Debugger: Cleanup old cruft --- source/Debugger/Debugger_Display.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Debugger/Debugger_Display.cpp b/source/Debugger/Debugger_Display.cpp index b4fcccff..05bcc107 100644 --- a/source/Debugger/Debugger_Display.cpp +++ b/source/Debugger/Debugger_Display.cpp @@ -1369,9 +1369,7 @@ WORD DrawDisassemblyLine ( int iLine, const WORD nBaseAddress ) // int X_BRANCH = 46 * nDefaultFontWidth; float aTabs[ _NUM_TAB_STOPS ] = -// { 6, 16, 26, 41, 46, 49 }; // 6, 17, 26, 40, 46 #if USE_APPLE_FONT -// { 5, 14, 20, 40, 46, 49 }; // xxxx:xx xx xx LABELxxxxxx MNEMONIC 'E' = // 0 45 14 26 { 5, 14, 26, 41, 48, 49 };