basic/def.h: drop TTY_GID definition

We already provide a definition through the configuration system, this
one is duplicate.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-06 00:12:40 -04:00
parent 948a3241de
commit f8bde603fd
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@
.un.sun_path = "\0/org/freedesktop/plymouthd", \
}
#ifndef TTY_GID
#define TTY_GID 5
#endif
#define NOTIFY_FD_MAX 768
#define NOTIFY_BUFFER_MAX PIPE_BUF