1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 12:55:47 +01:00

GetWindow function, argument not used

The argument "panel" in the function GetWindow() is not used.
This patch removes this argument to avoid compiler warnings.
This commit is contained in:
Rodolfo García Peñas (kix)
2014-01-31 20:07:57 +01:00
committed by Carlos R. Mafra
parent 3919363aa3
commit 4989097049
4 changed files with 5 additions and 5 deletions

View File

@@ -610,7 +610,7 @@ void Initialize(WMScreen * scr)
WMSetLabelText(WPrefs.statusL, "");
}
WMWindow *GetWindow(Panel * panel)
WMWindow *GetWindow(void)
{
return WPrefs.win;
}