mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-11 12:30:54 +00:00
[PVS-Studio] Fix redundant var init in GetConsoleLineHeightPixels() Bug #301
This commit is contained in:
parent
04702ee7c5
commit
6fac2483ef
@ -1223,7 +1223,7 @@ void DrawBreakpoints ( int line )
|
||||
//===========================================================================
|
||||
int GetConsoleLineHeightPixels()
|
||||
{
|
||||
int nHeight = nHeight = g_aFontConfig[ FONT_CONSOLE ]._nFontHeight; // _nLineHeight; // _nFontHeight;
|
||||
int nHeight = g_aFontConfig[ FONT_CONSOLE ]._nFontHeight; // _nLineHeight; // _nFontHeight;
|
||||
/*
|
||||
if (g_iFontSpacing == FONT_SPACING_CLASSIC)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user