diff options
author | marha <marha@users.sourceforge.net> | 2010-02-28 17:45:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-28 17:45:28 +0000 |
commit | 94399647b31b4d87cc009954dd213475993a9011 (patch) | |
tree | 882da1e360eb5c66009b510c31abb35c3afd93df /xorg-server/hw/xwin/winwindowswm.c | |
parent | 6f73cad956de465042319277551264829856faa2 (diff) | |
download | vcxsrv-94399647b31b4d87cc009954dd213475993a9011.tar.gz vcxsrv-94399647b31b4d87cc009954dd213475993a9011.tar.bz2 vcxsrv-94399647b31b4d87cc009954dd213475993a9011.zip |
Removed dead code
Diffstat (limited to 'xorg-server/hw/xwin/winwindowswm.c')
-rw-r--r-- | xorg-server/hw/xwin/winwindowswm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg-server/hw/xwin/winwindowswm.c b/xorg-server/hw/xwin/winwindowswm.c index 7b6cfbb37..cfac71d82 100644 --- a/xorg-server/hw/xwin/winwindowswm.c +++ b/xorg-server/hw/xwin/winwindowswm.c @@ -321,14 +321,6 @@ winWindowsWMSendEvent (int type, unsigned int mask, int which, int arg, }
}
-/* Safe to call from any thread. */
-unsigned int
-WindowsWMSelectedEvents (void)
-{
- return eventMask;
-}
-
-
/* general utility functions */
static int
|