[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()

This completes commit 947cde30d9
This commit is contained in:
Javier Jardón 2010-06-25 18:16:19 +02:00
parent 17516dc83c
commit ef25dba303
3 changed files with 0 additions and 12 deletions

View File

@ -453,7 +453,6 @@ gdk_draw_layout
gdk_draw_layout_with_colors
<SUBSECTION>
gdk_draw_pixmap
gdk_draw_drawable
gdk_draw_image
gdk_drawable_get_image
@ -469,7 +468,6 @@ GDK_IS_DRAWABLE_CLASS
<SUBSECTION Private>
GdkDrawableClass
gdk_draw_bitmap
</SECTION>
<SECTION>

View File

@ -357,14 +357,6 @@ bottom edges.
@background:
<!-- ##### MACRO gdk_draw_pixmap ##### -->
<para>
Draws a pixmap, or a part of a pixmap, onto another drawable.
</para>
@Deprecated: Use gdk_draw_drawable() instead.
<!-- ##### FUNCTION gdk_draw_drawable ##### -->
<para>

View File

@ -12799,8 +12799,6 @@ gdk_draw_line ()
gdk_draw_rectangle ()
gdk_draw_arc ()
gdk_draw_polygon ()
gdk_draw_pixmap ()
gdk_draw_bitmap ()
gdk_draw_image ()
gdk_draw_points ()
gdk_draw_segments ()