summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2018-07-28 17:41:16 +0200
committerPaolo Borelli <pborelli@gnome.org>2018-07-28 17:50:48 +0200
commit0ca31ca181698fa5d34cd75bce0921a00fbd53a0 (patch)
tree0c3af48201b56caa45b8ec76f69d909c4fe6dff9 /librsvg
parent6f39c92b876387b84ada148f3b15a6aa514f0cff (diff)
downloadlibrsvg-0ca31ca181698fa5d34cd75bce0921a00fbd53a0.tar.gz
state: remove unused C function
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/rsvg-private.h15
1 files changed, 0 insertions, 15 deletions
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 */