Remove unused guint8 and gsize from gtkdial.c

This commit is contained in:
Geoffrey D. Bennett
2024-02-08 16:37:48 +10:30
parent 2115a26d9d
commit 9587e2f494

View File

@@ -87,9 +87,6 @@ enum {
static guint signals[LAST_SIGNAL]; static guint signals[LAST_SIGNAL];
static GParamSpec *properties[LAST_PROP]; static GParamSpec *properties[LAST_PROP];
typedef unsigned char guint8;
typedef size_t gsize;
struct DialColors { struct DialColors {
GdkRGBA trough_border, GdkRGBA trough_border,
trough_bg, trough_bg,