diff options
Diffstat (limited to '')
-rw-r--r-- | examples/comprehensive | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 380bf39..0ffa42d 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -43,9 +43,6 @@ def by_time(): return 1 # Error in `time_alpha` (probably) -# Check if we are in X or TTY. -ttymode = not (('DISPLAY' in os.environ) and (':' in os.environ['DISPLAY'])) - # Method for applying colour curves. apply_curves = randr #apply_curves = vidmode |