mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Remove unused functions
These functions are not used: - wDefaultsDestroyDomain - PropWriteGNUstepWMAttr - wSessionSendSaveYourSelf - wXDNDClearAwareness - clearWaitingAckState - wSessionSaveClients
This commit is contained in:
committed by
Carlos R. Mafra
parent
ba786015b7
commit
517cd6a8be
@@ -799,14 +799,6 @@ void wDefaultsMergeGlobalMenus(WDDomain * menuDomain)
|
||||
menuDomain->dictionary = menu;
|
||||
}
|
||||
|
||||
void wDefaultsDestroyDomain(WDDomain * domain)
|
||||
{
|
||||
if (domain->dictionary)
|
||||
WMReleasePropList(domain->dictionary);
|
||||
wfree(domain->path);
|
||||
wfree(domain);
|
||||
}
|
||||
|
||||
WDDomain *wDefaultsInitDomain(char *domain, Bool requireDictionary)
|
||||
{
|
||||
WDDomain *db;
|
||||
|
||||
Reference in New Issue
Block a user