[gtk/wip/otte/lottie: 2502/2503] xxx ottie




commit 5dae49156219ffdd6c7913ec1d630d48ff677be1
Author: Benjamin Otte <otte redhat com>
Date:   Thu Dec 31 13:36:52 2020 +0100

    xxx ottie

 ottie/ottieellipseshape.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/ottie/ottieellipseshape.c b/ottie/ottieellipseshape.c
index e26e96b02b..0aaadb2d45 100644
--- a/ottie/ottieellipseshape.c
+++ b/ottie/ottieellipseshape.c
@@ -32,7 +32,6 @@ struct _OttieEllipseShape
 {
   OttieShape parent;
 
-  double diellipseion;
   OttiePointValue position;
   OttiePointValue size;
 };
@@ -119,7 +118,6 @@ ottie_ellipse_shape_parse (JsonReader *reader)
 {
   OttieParserOption options[] = {
     OTTIE_PARSE_OPTIONS_SHAPE,
-    { "d", ottie_parser_option_double, G_STRUCT_OFFSET (OttieEllipseShape, diellipseion) },
     { "p", ottie_point_value_parse, G_STRUCT_OFFSET (OttieEllipseShape, position) },
     { "s", ottie_point_value_parse, G_STRUCT_OFFSET (OttieEllipseShape, size) },
   };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]