aboutsummaryrefslogtreecommitdiff
path: root/src/lux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux.h')
-rw-r--r--src/lux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lux.h b/src/lux.h
index 2e83f5d..eb19d0d 100644
--- a/src/lux.h
+++ b/src/lux.h
@@ -21,12 +21,6 @@
#include <stdio.h>
#define LIBLUX_BACKLIGHT_DIR "/sys/class/backlight"
-#ifdef O_PATH
- #define LUX_GDIR_FLAGS O_PATH
-#else
- #define LUX_GDIR_FLAGS (O_RDONLY | O_DIRECTORY)
-#endif
-
#ifdef __cplusplus
extern "C" {