From fcb08a28bf479dbfc4198a2b5a3c1cbc8c7ef311 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 5 Feb 2020 04:02:57 +0100 Subject: [PATCH] stylecontext: Remove unused typedef --- gtk/gtkstylecontext.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index d9415723cf..5d9d321f94 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -96,14 +96,6 @@ */ #define CURSOR_ASPECT_RATIO (0.04) -typedef struct PropertyValue PropertyValue; - -struct PropertyValue -{ - GType widget_type; - GParamSpec *pspec; - GValue value; -}; struct _GtkStyleContextPrivate { -- 2.30.2