WPrefs: Removed unused Screen argument to the 'Init*' functions
commitce1513f89f798defc6b1c0b7dcada26b95d3bc17
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 1 Nov 2013 15:07:01 +0000 (1 16:07 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Nov 2013 17:27:11 +0000 (1 15:27 -0200)
treedd900810d09c87c769473e95ae369d620642cbb0
parentfb9765c0f80dc1f2c086d846deb3847a95cf6be7
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>
19 files changed:
WPrefs.app/Appearance.c
WPrefs.app/Configurations.c
WPrefs.app/Docks.c
WPrefs.app/Expert.c
WPrefs.app/Focus.c
WPrefs.app/FontSimple.c
WPrefs.app/Icons.c
WPrefs.app/KeyboardSettings.c
WPrefs.app/KeyboardShortcuts.c
WPrefs.app/Menu.c
WPrefs.app/MenuPreferences.c
WPrefs.app/MouseSettings.c
WPrefs.app/Paths.c
WPrefs.app/Preferences.c
WPrefs.app/Themes.c
WPrefs.app/WPrefs.c
WPrefs.app/WPrefs.h
WPrefs.app/WindowHandling.c
WPrefs.app/Workspace.c