cssnode: Remove unused struct

This commit is contained in:
Timm Bäder 2019-08-24 08:49:24 +02:00
parent ea2a3f3e62
commit b9316a404a

View File

@ -106,11 +106,6 @@ enum {
NUM_PROPERTIES
};
struct _GtkCssNodeStyleChange {
GtkCssStyle *old_style;
GtkCssStyle *new_style;
};
static guint cssnode_signals[LAST_SIGNAL] = { 0 };
static GParamSpec *cssnode_properties[NUM_PROPERTIES];