Remove unused guint8 and gsize from gtkdial.c
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user