summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorseldialog.h
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-05-20 22:52:09 +0100
committerMartin Wimpress <[email protected]>2015-05-20 22:52:09 +0100
commit823cfd550b4dd7c252c9b2bd1a9200e13d21f490 (patch)
treead5c9977da8113c2e26970eb8f948e9201869253 /libmate-desktop/mate-colorseldialog.h
parent8a0dbf82a78e5d0dfa3a365e066ba903420fea5a (diff)
parent4999f10a06432c500ea7680434509befd02d9e8a (diff)
downloadmate-desktop-823cfd550b4dd7c252c9b2bd1a9200e13d21f490.tar.bz2
mate-desktop-823cfd550b4dd7c252c9b2bd1a9200e13d21f490.tar.xz
Merge pull request #169 from monsta/csd-must-die
color select dialog: drop CSD/headerbar usage
Diffstat (limited to 'libmate-desktop/mate-colorseldialog.h')
-rw-r--r--libmate-desktop/mate-colorseldialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmate-desktop/mate-colorseldialog.h b/libmate-desktop/mate-colorseldialog.h
index 5270352..103195f 100644
--- a/libmate-desktop/mate-colorseldialog.h
+++ b/libmate-desktop/mate-colorseldialog.h
@@ -69,9 +69,6 @@ struct _MateColorSelectionDialogClass
/* ColorSelectionDialog */
GType mate_color_selection_dialog_get_type (void) G_GNUC_CONST;
GtkWidget* mate_color_selection_dialog_new (const gchar *title);
-#if GTK_CHECK_VERSION (3, 12, 0)
-GtkWidget* mate_color_selection_dialog_new_with_header_bar (const gchar *title);
-#endif
GtkWidget* mate_color_selection_dialog_get_color_selection (MateColorSelectionDialog *colorsel);