Remove references to DebugDefs.h (PR #1395)

. Removed unused declarations.
This commit is contained in:
Andrea
2025-04-20 12:38:27 +01:00
committed by GitHub
parent d052327fb4
commit 5bdbbb2a87
5 changed files with 0 additions and 10 deletions
-1
View File
@@ -8,7 +8,6 @@ void FormatNopcodeBytes(WORD nBaseAddress, DisasmLine_t& line_);
std::string FormatAddress(WORD nAddress, int nBytes);
char* FormatCharCopy(char* pDst, const char* pEnd, const char* pSrc, const int nLen);
char FormatCharTxtAsci(const BYTE b, bool* pWasAsci_ = NULL);
char FormatCharTxtCtrl(const BYTE b, bool* pWasCtrl_ = NULL);
char FormatCharTxtHigh(const BYTE b, bool* pWasHi_ = NULL);
char FormatChar4Font(const BYTE b, bool* pWasHi_, bool* pWasLo_);