mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: Symmetrize xf86AccessEnter and xf86AccessLeave
Enter was changing server operating state, Leave wasn't. Which was wholly redundant, since all callers of Enter would immediately change the operating state to exactly what Enter had just done. Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -484,8 +484,6 @@ xf86AccessEnter(void)
|
||||
for (i = 0; i < xf86NumEntities; i++)
|
||||
if (xf86Entities[i]->entityEnter)
|
||||
xf86Entities[i]->entityEnter(i,xf86Entities[i]->private);
|
||||
|
||||
xf86EnterServerState(SETUP);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user