1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

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-02 17:26:11 +02:00
committed by Carlos R. Mafra
parent ba786015b7
commit 517cd6a8be
9 changed files with 0 additions and 124 deletions

View File

@@ -1,13 +1,10 @@
#ifndef _XDND_H_
#define _XDND_H_
void wXDNDInitializeAtoms();
Bool wXDNDProcessSelection(XEvent *event);
Bool wXDNDProcessClientMessage(XClientMessageEvent *event);
void wXDNDMakeAwareness(Window window);
void wXDNDClearAwareness(Window window);
/* header was ripped from xdnd's example on its page */