scrolledwindow: remove unused struct

This commit is contained in:
Timm Bäder 2019-01-17 16:02:13 +01:00
parent ea2f66226a
commit 0f6e15cfa2

View File

@ -212,13 +212,6 @@ typedef struct
guint over_timeout_id;
} Indicator;
typedef struct
{
gdouble dx;
gdouble dy;
guint32 evtime;
} ScrollHistoryElem;
typedef struct
{
GtkWidget *hscrollbar;