diff options
author | OBATA Akio <[email protected]> | 2015-06-27 15:28:39 +0900 |
---|---|---|
committer | OBATA Akio <[email protected]> | 2015-06-27 15:28:39 +0900 |
commit | ca5d3040379b55254c50364c983182341be5794b (patch) | |
tree | 2025791e342180fc6e120d026a9ffc190e4ad27c /libmate-desktop/mate-colorsel.c | |
parent | 19a25dbe2059004bc64f9e342cf38f4d01da80c7 (diff) | |
download | mate-desktop-ca5d3040379b55254c50364c983182341be5794b.tar.bz2 mate-desktop-ca5d3040379b55254c50364c983182341be5794b.tar.xz |
Remove duplicated typedef
Such typedefs are in corresponding header files.
Diffstat (limited to 'libmate-desktop/mate-colorsel.c')
-rw-r--r-- | libmate-desktop/mate-colorsel.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |