From ca5d3040379b55254c50364c983182341be5794b Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sat, 27 Jun 2015 15:28:39 +0900 Subject: Remove duplicated typedef Such typedefs are in corresponding header files. --- libmate-desktop/mate-aboutdialog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmate-desktop/mate-aboutdialog.c') diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c index 0b39dce..6bf60a6 100644 --- a/libmate-desktop/mate-aboutdialog.c +++ b/libmate-desktop/mate-aboutdialog.c @@ -67,7 +67,6 @@ static GdkColor default_link_color = { 0, 0, 0, 0xeeee }; static GdkColor default_visited_link_color = { 0, 0x5555, 0x1a1a, 0x8b8b }; -typedef struct _MateAboutDialogPrivate MateAboutDialogPrivate; struct _MateAboutDialogPrivate { gchar *name; -- cgit v1.2.1