mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
WINGS: removed compiler warnings.
This patch removes compiler warnings.
This commit is contained in:
committed by
Carlos R. Mafra
parent
201ea95e9d
commit
3b97d33d0a
@@ -775,10 +775,12 @@ void WMSetSplitViewVertical(WMSplitView * sPtr, Bool flag)
|
||||
*/
|
||||
}
|
||||
|
||||
int WMGetSplitViewDividerThickness(WMSplitView * sPtr)
|
||||
int WMGetSplitViewDividerThickness(WMSplitView *sPtr)
|
||||
{
|
||||
CHECK_CLASS(sPtr, WC_SplitView);
|
||||
|
||||
(void) sPtr;
|
||||
|
||||
return (DIVIDER_THICKNESS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user