Removed unused variable from menus.c's RedrawMenuBar() as identified by clang warning (not scan-build). Issue #48

This commit is contained in:
Morgan Aldridge
2024-09-03 16:18:00 -04:00
parent 00fd54c78e
commit cbab6e0fa5

View File

@@ -111,8 +111,6 @@ void RedrawMenu( MenuLabel *m, Bool onoroff )
void RedrawMenuBar( void )
{
int lp;
if( Scr.flags&SYSTEM8 )
DrawShadowBox( 0, 0, Scr.MyDisplayWidth, MENUB_H, Scr.MenuBar, 1,
Scr.WhiteGC, Scr.Gray1GC, SHADOW_ALL );