summaryrefslogtreecommitdiff
path: root/gsk/gsktransform.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-07-24 17:48:54 +0200
committerTimm Bäder <mail@baedert.org>2020-07-28 05:34:12 +0200
commit756b84033a92e6181019c948e6e0e0a59ad2f046 (patch)
tree56891abb38fa8923846992f473bc799d4be44b58 /gsk/gsktransform.c
parent5a9b54df96c0e2c0116a210fa6d8c61989babd22 (diff)
downloadgtk+-756b84033a92e6181019c948e6e0e0a59ad2f046.tar.gz
GskTransform: Remove unused function from private header
We only use this in gsktransform.c
Diffstat (limited to 'gsk/gsktransform.c')
-rw-r--r--gsk/gsktransform.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gsk/gsktransform.c b/gsk/gsktransform.c
index aed9eae994..eabdd7861f 100644
--- a/gsk/gsktransform.c
+++ b/gsk/gsktransform.c
@@ -93,6 +93,10 @@ G_DEFINE_BOXED_TYPE (GskTransform, gsk_transform,
static gboolean
gsk_transform_is_identity (GskTransform *self);
+static GskTransform *
+gsk_transform_matrix_with_category (GskTransform *next,
+ const graphene_matrix_t*matrix,
+ GskTransformCategory category);
static inline gboolean
gsk_transform_has_class (GskTransform *self,
@@ -448,7 +452,7 @@ static const GskTransformClass GSK_TRANSFORM_TRANSFORM_CLASS =
gsk_matrix_transform_equal,
};
-GskTransform *
+static GskTransform *
gsk_transform_matrix_with_category (GskTransform *next,
const graphene_matrix_t *matrix,
GskTransformCategory category)