mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-28 10:00:45 +02:00
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
2 changed files with 0 additions and 2 deletions
|
|
@ -694,7 +694,6 @@ AccessXFilterReleaseEvent(DeviceEvent *event, DeviceIntPtr keybd)
|
|||
/* */
|
||||
/************************************************************************/
|
||||
extern int xkbDevicePrivateIndex;
|
||||
extern void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer);
|
||||
void
|
||||
ProcessPointerEvent(InternalEvent *ev, DeviceIntPtr mouse)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
void XkbFakeDeviceButton(DeviceIntPtr dev, Bool press, int button);
|
||||
static void XkbFakePointerMotion(DeviceIntPtr dev, unsigned flags, int x,
|
||||
int y);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue