summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2018-09-02 11:52:05 +0200
committerPaolo Borelli <pborelli@gnome.org>2018-09-02 11:52:05 +0200
commit3ce73ba56d778047b3177e843a819f58950ee26d (patch)
treeba74c3a962940e1846e6a332e45dfac66ee82a5d /librsvg
parenteda6245a0b47a9ccb866c6d9a721222c9e90fd61 (diff)
downloadlibrsvg-3ce73ba56d778047b3177e843a819f58950ee26d.tar.gz
state: cleanup unused exports and declarations
The C side does not call these state functions anymore
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/rsvg-styles.h21
1 files changed, 3 insertions, 18 deletions
diff --git a/librsvg/rsvg-styles.h b/librsvg/rsvg-styles.h
index 596f1151..7ba81672 100644
--- a/librsvg/rsvg-styles.h
+++ b/librsvg/rsvg-styles.h
@@ -27,32 +27,17 @@
#ifndef RSVG_STYLES_H
#define RSVG_STYLES_H
-#include <cairo.h>
-#include "rsvg.h"
-#include "rsvg-css.h"
-
-#include <libxml/SAX.h>
+#include <glib.h>
+#include "rsvg-private.h"
G_BEGIN_DECLS
-/* Defined in rsvg_internals/src/state.rs */
-G_GNUC_INTERNAL
-void rsvg_state_free (RsvgState *state);
-
G_GNUC_INTERNAL
void rsvg_parse_cssbuffer (RsvgHandle *handle, const char *buff, size_t buflen);
-/* Defined in rsvg_internals/src/state.rs */
-G_GNUC_INTERNAL
-void rsvg_parse_style_attrs (RsvgHandle *handle, RsvgNode *node, const char *tag, RsvgPropertyBag * atts);
-
G_GNUC_INTERNAL
gboolean rsvg_lookup_apply_css_style (RsvgHandle *handle, const char *target, RsvgState * state);
-/* Defined in rsvg_internals/src/state.rs */
-G_GNUC_INTERNAL
-RsvgState *rsvg_state_parent (RsvgState *state);
-
G_END_DECLS
-#endif /* RSVG_STYLES_H */
+#endif /* RSVG_STYLES_H */