1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

WPrefs: Removed unused Screen argument to the 'Init*' functions

The functions that create the different configuration panels were taking
the screen structure as argument, but it turns out that none of them
actually need it.

We just remove the argument to make code simpler and easier to maintain.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-01 16:07:01 +01:00
committed by Carlos R. Mafra
parent fb9765c0f8
commit ce1513f89f
19 changed files with 49 additions and 49 deletions

View File

@@ -305,7 +305,7 @@ static void createPanel(Panel * p)
showData(panel);
}
Panel *InitPaths(WMScreen * scr, WMWidget * parent)
Panel *InitPaths(WMWidget *parent)
{
_Panel *panel;