mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Remove references to DebugDefs.h (PR #1395)
. Removed unused declarations.
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user