mirror of
https://github.com/morgant/mlvwm.git
synced 2025-08-15 08:28:04 +00:00
Removed unused variable from menus.c's RedrawMenuBar() as identified by clang warning (not scan-build). Issue #48
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user