remove reference to now deprecated gimp_color_display_new() function.

2007-08-08  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.defs: remove reference to now deprecated
        gimp_color_display_new() function.

svn path=/trunk/; revision=23158
This commit is contained in:
Manish Singh 2007-08-08 20:36:26 +00:00 committed by Manish Singh
parent 9804399087
commit b6bac3fc8c
2 changed files with 5 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2007-08-08 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/gimpui.defs: remove reference to now deprecated
gimp_color_display_new() function.
2007-08-08 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpnumberpairentry.[ch]: formatting. Fixed use

View file

@ -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")