API: image: Remove ability to set image from a pixmap

This commit is contained in:
Benjamin Otte
2010-08-25 16:50:14 +02:00
parent 3ba78fed2a
commit b370cb0d4c
4 changed files with 36 additions and 321 deletions

View File

@ -207,13 +207,6 @@ gail_image_get_image_size (AtkImage *image,
image_type = gtk_image_get_storage_type(gtk_image);
switch(image_type) {
case GTK_IMAGE_PIXMAP:
{
GdkPixmap *pixmap;
gtk_image_get_pixmap(gtk_image, &pixmap, NULL);
gdk_drawable_get_size (pixmap, width, height);
break;
}
case GTK_IMAGE_PIXBUF:
{
GdkPixbuf *pixbuf;