summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-10-16 14:56:15 -0400
committerAdam Jackson <ajax@redhat.com>2013-09-10 13:28:23 -0400
commitad076dc6e82019defa422500710b3b42c6309e39 (patch)
tree358056792d4e1c4186808660e7bcd1bdab3aea80 /hw/dmx
parente2b14a1d3bb27e86ff1d7aaf59af850d06263ef5 (diff)
mipointer: Flatten calls to mieqSwitchScreen
No DDX was overriding this. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxcursor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dmx/dmxcursor.c b/hw/dmx/dmxcursor.c
index 35aca81b4..5f415360c 100644
--- a/hw/dmx/dmxcursor.c
+++ b/hw/dmx/dmxcursor.c
@@ -198,7 +198,6 @@ miPointerScreenFuncRec dmxPointerCursorFuncs = {
dmxCrossScreen,
dmxWarpCursor,
NULL,
- NULL,
};
/** Create a list of screens that we'll manipulate. */