libgimpwidgets: remove gimp_color_profile_chooser_dialog_get_desc()

and port its only user (the prefs dialog) to the code all other users
of GimpColorProfileChooserDialog use.
This commit is contained in:
Michael Natterer
2014-03-23 23:50:54 +01:00
parent b3395d989e
commit dc8a3e8de5
5 changed files with 36 additions and 50 deletions

View File

@ -53,7 +53,5 @@ GType gimp_color_profile_chooser_dialog_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_color_profile_chooser_dialog_new (const gchar *title);
gchar * gimp_color_profile_chooser_dialog_get_desc (GimpColorProfileChooserDialog *dialog,
const gchar *filename);
#endif /* __GIMP_COLOR_PROFILE_CHOOSER_DIALOG_H__ */