aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-20 21:01:35 +0100
committeremersion <contact@emersion.fr>2018-06-20 21:01:35 +0100
commit831b7297a4e0efde437ec19e2b4d5a929d0d07ff (patch)
treeb9c9d4c63cea0789105e03ce18a3257b9e761843
parentcc89906ddfe249c59cfa35babf1aeccaae3b5e26 (diff)
surface: remove matrices
These were unused.
-rw-r--r--include/wlr/types/wlr_surface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h
index 8517934a..f1ab8701 100644
--- a/include/wlr/types/wlr_surface.h
+++ b/include/wlr/types/wlr_surface.h
@@ -79,9 +79,6 @@ struct wlr_surface {
struct wlr_surface_state *current, *pending;
const char *role; // the lifetime-bound role or null
- float buffer_to_surface_matrix[9];
- float surface_to_buffer_matrix[9];
-
struct {
struct wl_signal commit;
struct wl_signal new_subsurface;