diff --git a/ChangeLog b/ChangeLog index 557f642d69..84ae15d0a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-08 Manish Singh + + * plug-ins/pygimp/gimpui.defs: remove reference to now deprecated + gimp_color_display_new() function. + 2007-08-08 Sven Neumann * libgimpwidgets/gimpnumberpairentry.[ch]: formatting. Fixed use diff --git a/plug-ins/pygimp/gimpui.defs b/plug-ins/pygimp/gimpui.defs index 641c2c9e6d..2e35435a8c 100644 --- a/plug-ins/pygimp/gimpui.defs +++ b/plug-ins/pygimp/gimpui.defs @@ -703,15 +703,6 @@ (return-type "GType") ) -(define-function gimp_color_display_new - (c-name "gimp_color_display_new") - (is-constructor-of "GimpColorDisplay") - (return-type "GimpColorDisplay*") - (parameters - '("GType" "display_type") - ) -) - (define-method clone (of-object "GimpColorDisplay") (c-name "gimp_color_display_clone")