xkb: Remove redundant declarations.
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
d0a8346045
commit
c59c9dac84
|
@ -694,7 +694,6 @@ AccessXFilterReleaseEvent(DeviceEvent *event, DeviceIntPtr keybd)
|
||||||
/* */
|
/* */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
extern int xkbDevicePrivateIndex;
|
extern int xkbDevicePrivateIndex;
|
||||||
extern void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer);
|
|
||||||
void
|
void
|
||||||
ProcessPointerEvent(InternalEvent *ev, DeviceIntPtr mouse)
|
ProcessPointerEvent(InternalEvent *ev, DeviceIntPtr mouse)
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,7 +47,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||||
|
|
||||||
void XkbFakeDeviceButton(DeviceIntPtr dev, Bool press, int button);
|
|
||||||
static void XkbFakePointerMotion(DeviceIntPtr dev, unsigned flags, int x,
|
static void XkbFakePointerMotion(DeviceIntPtr dev, unsigned flags, int x,
|
||||||
int y);
|
int y);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue