Remove unused functions

These functions are not used:

- wDefaultsDestroyDomain
- PropWriteGNUstepWMAttr
- wSessionSendSaveYourSelf
- wXDNDClearAwareness
- clearWaitingAckState
- wSessionSaveClients
This commit is contained in:
Rodolfo García Peñas (kix)
2012-04-04 19:44:40 +01:00
committed by Carlos R. Mafra
parent ba786015b7
commit 517cd6a8be
9 changed files with 0 additions and 124 deletions
-5
View File
@@ -84,11 +84,6 @@ void wXDNDMakeAwareness(Window window)
*/
}
void wXDNDClearAwareness(Window window)
{
XDeleteProperty(dpy, window, _XA_XdndAware);
}
Bool wXDNDProcessSelection(XEvent * event)
{
WScreen *scr = wScreenForWindow(event->xselection.requestor);