app: remove gimp_drawable_type_with_alpha()

This commit is contained in:
Michael Natterer 2012-04-07 02:35:31 +02:00
parent 3c4f9d55ed
commit ec2d5647c0
2 changed files with 0 additions and 9 deletions

View File

@ -1635,14 +1635,6 @@ gimp_drawable_type (const GimpDrawable *drawable)
return gimp_babl_format_get_image_type (format);
}
GimpImageType
gimp_drawable_type_with_alpha (const GimpDrawable *drawable)
{
g_return_val_if_fail (GIMP_IS_DRAWABLE (drawable), -1);
return GIMP_IMAGE_TYPE_WITH_ALPHA (gimp_drawable_type (drawable));
}
GimpImageBaseType
gimp_drawable_get_base_type (const GimpDrawable *drawable)
{

View File

@ -225,7 +225,6 @@ const Babl * gimp_drawable_get_format_without_alpha
(const GimpDrawable *drawable);
gboolean gimp_drawable_has_alpha (const GimpDrawable *drawable);
GimpImageType gimp_drawable_type (const GimpDrawable *drawable);
GimpImageType gimp_drawable_type_with_alpha (const GimpDrawable *drawable);
GimpImageBaseType gimp_drawable_get_base_type (const GimpDrawable *drawable);
gboolean gimp_drawable_is_rgb (const GimpDrawable *drawable);
gboolean gimp_drawable_is_gray (const GimpDrawable *drawable);