mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Remove unused argument from wDefaultFillAttributes()
The function wDefaultFillAttributes() doesn't use the argument WScreen, so it can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d6db53af0b
commit
f5d845cfad
@@ -199,9 +199,9 @@ static WMPropList *get_value_from_instanceclass(char *value)
|
||||
*
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
wDefaultFillAttributes(WScreen * scr, char *instance, char *class,
|
||||
WWindowAttributes * attr, WWindowAttributes * mask, Bool useGlobalDefault)
|
||||
void wDefaultFillAttributes(char *instance, char *class,
|
||||
WWindowAttributes *attr, WWindowAttributes *mask,
|
||||
Bool useGlobalDefault)
|
||||
{
|
||||
WMPropList *value, *dw, *dc, *dn, *da;
|
||||
char *buffer;
|
||||
|
||||
Reference in New Issue
Block a user