mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: Remove a redundant #define
Found when the meson conversion set the symbol to defined, instead of defined to 1. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Adam Jackson
parent
27a6b9f7c8
commit
ace6bfd590
@@ -222,8 +222,7 @@ UpdateCurrentTimeIf(void)
|
||||
#define SMART_SCHEDULE_MAX_SLICE 15
|
||||
|
||||
#ifdef HAVE_SETITIMER
|
||||
#define SMART_SCHEDULE_DEFAULT_SIGNAL_ENABLE HAVE_SETITIMER
|
||||
Bool SmartScheduleSignalEnable = SMART_SCHEDULE_DEFAULT_SIGNAL_ENABLE;
|
||||
Bool SmartScheduleSignalEnable = TRUE;
|
||||
#endif
|
||||
|
||||
long SmartScheduleSlice = SMART_SCHEDULE_DEFAULT_INTERVAL;
|
||||
|
||||
Reference in New Issue
Block a user