aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2023-11-23 16:32:58 -0500
committerAlexander Orzechowski <alex@ozal.ski>2023-11-23 16:32:58 -0500
commit26158d0718e239b4d2423a3dc22365cc4c749ffd (patch)
tree6e90beb27abfd7601d84594551caeabd7724770b /include
parent78a09573af43f30765393b2aff9a90f4c92a1dc3 (diff)
output: Drop transform matrix
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h
index c607ec38..c86c2892 100644
--- a/include/wlr/types/wlr_output.h
+++ b/include/wlr/types/wlr_output.h
@@ -153,7 +153,6 @@ struct wlr_output {
bool needs_frame;
// damage for cursors and fullscreen surface, in output-local coordinates
bool frame_pending;
- float transform_matrix[9];
// true for example with VR headsets
bool non_desktop;