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