mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
WINGs: Value stored to 'columnX' is never read
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
05ff62caaf
commit
41c943e900
@@ -375,8 +375,6 @@ void WMSetBrowserTitled(WMBrowser * bPtr, Bool flag)
|
||||
if (bPtr->flags.isTitled == flag)
|
||||
return;
|
||||
|
||||
columnX = 0;
|
||||
|
||||
if (!bPtr->flags.isTitled) {
|
||||
columnY = TITLE_SPACING + bPtr->titleHeight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user