aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_set_gamma_ramps8_f.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_crtc_set_gamma_ramps8_f.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgamma_crtc_set_gamma_ramps8_f.c b/libgamma_crtc_set_gamma_ramps8_f.c
index f33d960..054a45c 100644
--- a/libgamma_crtc_set_gamma_ramps8_f.c
+++ b/libgamma_crtc_set_gamma_ramps8_f.c
@@ -18,8 +18,7 @@ int
libgamma_crtc_set_gamma_ramps8_f(libgamma_crtc_state_t *restrict this, libgamma_gamma_ramps8_fun *red_function,
libgamma_gamma_ramps8_fun *green_function, libgamma_gamma_ramps8_fun *blue_function)
{
-#define TYPE uint8_t
-#define RAMPS ramps8
+#define TYPE uint8_t
#define APPEND_RAMPS(X) X##ramps8
#include "set_ramps_fun.h"
}