mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
GskTransform: Remove unused function from private header
We only use this in gsktransform.c
This commit is contained in:
parent
5a9b54df96
commit
756b84033a
@ -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)
|
||||
|
@ -23,16 +23,11 @@
|
||||
|
||||
#include "gsktransform.h"
|
||||
|
||||
#include "gsk/gskrendernodeprivate.h"
|
||||
|
||||
#include <gtk/css/gtkcss.h>
|
||||
#include "gtk/css/gtkcssparserprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GskTransform * gsk_transform_matrix_with_category (GskTransform *next,
|
||||
const graphene_matrix_t*matrix,
|
||||
GskTransformCategory category);
|
||||
|
||||
gboolean gsk_transform_parser_parse (GtkCssParser *parser,
|
||||
GskTransform **out_transform);
|
||||
|
Loading…
Reference in New Issue
Block a user