summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-06-27 08:15:25 +0100
committerMartin Wimpress <[email protected]>2015-06-27 08:15:25 +0100
commit033aec63223581073903fc7815097b289b491ae0 (patch)
tree2025791e342180fc6e120d026a9ffc190e4ad27c
parent19a25dbe2059004bc64f9e342cf38f4d01da80c7 (diff)
parentca5d3040379b55254c50364c983182341be5794b (diff)
downloadmate-desktop-033aec63223581073903fc7815097b289b491ae0.tar.bz2
mate-desktop-033aec63223581073903fc7815097b289b491ae0.tar.xz
Merge pull request #176 from obache/neatsrc
Remove duplicated typedef
-rw-r--r--libmate-desktop/mate-aboutdialog.c1
-rw-r--r--libmate-desktop/mate-colorsel.c2
2 files changed, 0 insertions, 3 deletions
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;
diff --git a/libmate-desktop/mate-colorsel.c b/libmate-desktop/mate-colorsel.c
index a5c168d..dcecde8 100644
--- a/libmate-desktop/mate-colorsel.c
+++ b/libmate-desktop/mate-colorsel.c
@@ -88,8 +88,6 @@ enum {
COLORSEL_NUM_CHANNELS
};
-typedef struct _ColorSelectionPrivate ColorSelectionPrivate;
-
struct _ColorSelectionPrivate
{
guint has_opacity : 1;