summaryrefslogtreecommitdiff
path: root/cogl
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-09-11 08:32:39 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2020-10-06 15:34:47 +0000
commit6c695ec39d2098e7a331c8f5fd9d840ff876c2e0 (patch)
treece364499d18096b2d65db8b8d71743d74afcbba3 /cogl
parent1c41bfbcbb460dba9957cd45eb01ef434e6d621c (diff)
downloadmutter-6c695ec39d2098e7a331c8f5fd9d840ff876c2e0.tar.gz
cogl/matrix: Remove extra padding
We don't need to preserve ABI anymore. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1439
Diffstat (limited to 'cogl')
-rw-r--r--cogl/cogl/cogl-matrix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cogl/cogl/cogl-matrix.h b/cogl/cogl/cogl-matrix.h
index b4482ae30..4a3d6156e 100644
--- a/cogl/cogl/cogl-matrix.h
+++ b/cogl/cogl/cogl-matrix.h
@@ -85,7 +85,6 @@ struct _CoglMatrix
graphene_matrix_t COGL_PRIVATE (inv);
unsigned long COGL_PRIVATE (flags);
- unsigned long COGL_PRIVATE (_padding3);
};
/**