summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-08-07 15:40:13 -0400
committerAdam Jackson <ajax@redhat.com>2018-09-28 16:25:17 -0400
commit03b2125005b1c8d4eb62a4173a74458bbe72807b (patch)
tree6f5cf65b4d9c53e9e330d19464f29f774b4a0c5f /hw/vfb
parenta23eba2a91024d27da45e5aee1f4215f7ec2ae82 (diff)
downloadxserver-03b2125005b1c8d4eb62a4173a74458bbe72807b.tar.gz
dix: Remove LegalModifier()
This hasn't done anything besides return TRUE in a long long time. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitInput.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index 52cde72f0..2c272fad5 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -43,12 +43,6 @@ from The Open Group.
#include "exevents.h"
#include "extinit.h"
-Bool
-LegalModifier(unsigned int key, DeviceIntPtr pDev)
-{
- return TRUE;
-}
-
void
ProcessInputEvents(void)
{