stylecontext: Remove unused typedef
authorBenjamin Otte <otte@redhat.com>
Wed, 5 Feb 2020 03:02:57 +0000 (04:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 5 Feb 2020 03:03:43 +0000 (04:03 +0100)
gtk/gtkstylecontext.c

index d9415723cf1ee3fd13b42f4e012ecdcd4d34e75b..5d9d321f94455be8793f1d81d8cc3e87d47c5a9f 100644 (file)
  */
 
 #define CURSOR_ASPECT_RATIO (0.04)
-typedef struct PropertyValue PropertyValue;
-
-struct PropertyValue
-{
-  GType       widget_type;
-  GParamSpec *pspec;
-  GValue      value;
-};
 
 struct _GtkStyleContextPrivate
 {