X11Utils: Remove unneeded SendButtonEvent / SendKeyEvent utilities

This was used to send fake button or key events to every backend to
implement freelook. When I ported these to be based on wx events in
commit 5248211, I didn't realize that these were now unused, so I didn't
remove them. Do that now.
This commit is contained in:
Jasper St. Pierre
2014-08-06 15:05:38 -04:00
parent cb178679f1
commit 354f223f77
3 changed files with 0 additions and 45 deletions

View File

@ -34,8 +34,6 @@
namespace X11Utils
{
void SendButtonEvent(Display *dpy, int button, int x, int y, bool pressed);
void SendMotionEvent(Display *dpy, int x, int y);
void EWMH_Fullscreen(Display *dpy, int action);
#if defined(HAVE_WX) && HAVE_WX
Window XWindowFromHandle(void *Handle);