aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 7e2d5892..1dcabc25 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -72,7 +72,6 @@ struct sway_output {
uint32_t refresh_nsec;
int max_render_time; // In milliseconds
struct wl_event_source *repaint_timer;
- bool gamma_lut_changed;
bool allow_tearing;
};
@@ -138,8 +137,6 @@ enum wlr_direction opposite_direction(enum wlr_direction d);
void handle_output_layout_change(struct wl_listener *listener, void *data);
-void handle_gamma_control_set_gamma(struct wl_listener *listener, void *data);
-
void handle_output_manager_apply(struct wl_listener *listener, void *data);
void handle_output_manager_test(struct wl_listener *listener, void *data);