mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
RemoveGeneralSocket: don't touch EnabledDevices
RemoveGeneralSocket. Harmless, but.
This commit is contained in:
parent
ae58d349c1
commit
578899139f
1 changed files with 0 additions and 1 deletions
|
|
@ -1091,7 +1091,6 @@ AddEnabledDevice(int fd)
|
|||
_X_EXPORT void
|
||||
RemoveGeneralSocket(int fd)
|
||||
{
|
||||
FD_CLR(fd, &EnabledDevices);
|
||||
FD_CLR(fd, &AllSockets);
|
||||
if (GrabInProgress)
|
||||
FD_CLR(fd, &SavedAllSockets);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue