summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2016-11-08 19:06:42 -0600
committerFederico Mena Quintero <federico@gnome.org>2016-11-08 19:06:42 -0600
commita77084dda60fce6b506a508074672b7ba7543ee5 (patch)
tree9a849991e0633c93ef8ce114fe98d51ac6582c9b /rsvg-styles.h
parente0dcaa2519b48b5b180969ffd4d3bf0edce8e43d (diff)
downloadlibrsvg-a77084dda60fce6b506a508074672b7ba7543ee5.tar.gz
Move the get_*_marker functions to take an RsvgDrawingCtx, not a RsvgState
That is, following the "fish out stuff from the current state" pattern from rsvg_get_normalized_stroke_width().
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index ae465659..a044d3f3 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -243,13 +243,6 @@ void rsvg_state_reinherit_top (RsvgDrawingCtx * ctx, RsvgState * state, int domi
G_GNUC_INTERNAL
void rsvg_state_reconstruct (RsvgState * state, RsvgNode * current);
-G_GNUC_INTERNAL
-const char *rsvg_state_get_start_marker (RsvgState *state);
-G_GNUC_INTERNAL
-const char *rsvg_state_get_middle_marker (RsvgState *state);
-G_GNUC_INTERNAL
-const char *rsvg_state_get_end_marker (RsvgState *state);
-
G_END_DECLS
#endif /* RSVG_STYLES_H */