From 0ca31ca181698fa5d34cd75bce0921a00fbd53a0 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Sat, 28 Jul 2018 17:41:16 +0200 Subject: state: remove unused C function --- librsvg/rsvg-private.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'librsvg') diff --git a/librsvg/rsvg-private.h b/librsvg/rsvg-private.h index 42c5b335..4e7b6df7 100644 --- a/librsvg/rsvg-private.h +++ b/librsvg/rsvg-private.h @@ -234,9 +234,6 @@ typedef enum { RSVG_NODE_TYPE_FILTER_PRIMITIVE_LAST /* just a marker; not a valid type */ } RsvgNodeType; -/* Defined in rsvg_internals/src/state.rs */ -typedef struct _RsvgComputedValues *RsvgComputedValues; - typedef void (* CNodeSetAtts) (RsvgNode *node, gpointer impl, RsvgHandle *handle, RsvgPropertyBag pbag); typedef void (* CNodeFree) (gpointer impl); @@ -302,18 +299,6 @@ void rsvg_node_children_iter_end (RsvgNodeChildrenIter *iter); G_GNUC_INTERNAL gboolean rsvg_node_svg_get_size (RsvgNode *node, double dpi_x, double dpi_y, int *out_width, int *out_height); -/* Implemented in rust/src/state.rs */ -G_GNUC_INTERNAL -guint32 rsvg_computed_values_get_flood_color_argb (RsvgComputedValues *values); - -/* Implemented in rust/src/state.rs */ -G_GNUC_INTERNAL -guint8 rsvg_computed_values_get_flood_opacity (RsvgComputedValues *values); - -/* Implemented in rust/src/state.rs */ -G_GNUC_INTERNAL -guint32 rsvg_computed_values_get_lighting_color_argb (RsvgComputedValues *values); - typedef void (*RsvgPropertyBagEnumFunc) (const char *key, const char *value, gpointer user_data); /* Implemented in rust/src/property_bag.rs */ -- cgit v1.2.1