KDrive: Remove useless miPointerUpdateSprite call
miPointerUpdateSprite is already called from mieqProcessInputEvents, so calling it by hand immediately after isn't massively helpful. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
57b767d292
commit
0f41d6c851
|
@ -2159,7 +2159,6 @@ void
|
||||||
ProcessInputEvents (void)
|
ProcessInputEvents (void)
|
||||||
{
|
{
|
||||||
mieqProcessInputEvents();
|
mieqProcessInputEvents();
|
||||||
miPointerUpdateSprite(inputInfo.pointer);
|
|
||||||
if (kdSwitchPending)
|
if (kdSwitchPending)
|
||||||
KdProcessSwitch ();
|
KdProcessSwitch ();
|
||||||
KdCheckLock ();
|
KdCheckLock ();
|
||||||
|
|
Loading…
Reference in New Issue