[librsvg] rsvg-css.h: remove leftovers
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] rsvg-css.h: remove leftovers
- Date: Sat, 5 May 2018 21:57:33 +0000 (UTC)
commit 95564d64187580c3eabbb0943eeea03ae701fee4
Author: Paolo Borelli <pborelli gnome org>
Date: Sat May 5 23:42:16 2018 +0200
rsvg-css.h: remove leftovers
librsvg/rsvg-css.h | 17 -----------------
1 file changed, 17 deletions(-)
---
diff --git a/librsvg/rsvg-css.h b/librsvg/rsvg-css.h
index 31062d3a..e08e1ee3 100644
--- a/librsvg/rsvg-css.h
+++ b/librsvg/rsvg-css.h
@@ -58,23 +58,6 @@ RsvgCssColorSpec rsvg_css_parse_color_ (const char *str);
G_GNUC_INTERNAL
RsvgCssColorSpec rsvg_css_parse_color (const char *str);
-/* Keep this in sync with rust/src/opacity.rs:OpacityKind */
-typedef enum {
- RSVG_OPACITY_INHERIT,
- RSVG_OPACITY_SPECIFIED,
- RSVG_OPACITY_PARSE_ERROR
-} RsvgOpacityKind;
-
-/* Keep this in sync with rust/src/opacity.rs:OpacitySpec */
-typedef struct {
- RsvgOpacityKind kind;
- guint8 opacity; /* 0..255; only valid if kind == RSVG_OPACITY_SPECIFIED */
-} RsvgOpacitySpec;
-
-/* This is implemented in rust/src/opacity.rs */
-G_GNUC_INTERNAL
-RsvgOpacitySpec rsvg_css_parse_opacity (const char *str);
-
/* Implemented in rust/src/parsers.rs */
G_GNUC_INTERNAL
gboolean rsvg_css_parse_number_optional_number (const char *str, double *out_x, double *out_y);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]