stylecontext: Remove unused typedef

This commit is contained in:
Benjamin Otte 2020-02-05 04:02:57 +01:00
parent b75d408d6d
commit fcb08a28bf

View File

@ -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
{