mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: remove some old API that is no longer needed
This commit is contained in:
parent
2fd35e77b5
commit
a66945342d
6 changed files with 0 additions and 57 deletions
|
@ -78,7 +78,6 @@ GtkWidget * gimp_vectors_combo_box_new (GimpItemConstraintFunc constraint,
|
|||
|
||||
#define GimpItemConstraintFunc GimpItemConstraintDeprecatedFunc
|
||||
#define gimp_drawable_combo_box_new gimp_drawable_combo_box_new_deprecated
|
||||
#define gimp_layer_combo_box_new gimp_layer_combo_box_new_deprecated
|
||||
|
||||
#endif /* GIMP_DEPRECATED_REPLACE_NEW_API */
|
||||
|
||||
|
@ -91,9 +90,6 @@ typedef gboolean (* GimpItemConstraintDeprecatedFunc) (gint image_id,
|
|||
GtkWidget * gimp_drawable_combo_box_new_deprecated (GimpItemConstraintDeprecatedFunc constraint,
|
||||
gpointer data,
|
||||
GDestroyNotify data_destroy);
|
||||
GtkWidget * gimp_layer_combo_box_new_deprecated (GimpItemConstraintDeprecatedFunc constraint,
|
||||
gpointer data,
|
||||
GDestroyNotify data_destroy);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue