Debugger: DrawFlags() - refactored to remove unused 3rd param

This commit is contained in:
tomcw
2020-05-30 14:41:14 +01:00
parent 037c338303
commit f801655b23
2 changed files with 2 additions and 16 deletions
-2
View File
@@ -81,8 +81,6 @@
void FormatOpcodeBytes ( WORD nBaseAddress, DisasmLine_t & line_ );
void FormatNopcodeBytes ( WORD nBaseAddress, DisasmLine_t & line_ );
void DrawFlags ( int line, WORD nRegFlags, LPTSTR pFlagNames_);
//
extern HDC GetDebuggerMemDC(void);