removed pointless and untranslated warning.

2007-12-02  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/tiff-load.c (load_image): removed pointless 
and
	untranslated warning.


svn path=/trunk/; revision=24253
This commit is contained in:
Sven Neumann 2007-12-02 14:47:47 +00:00 committed by Sven Neumann
parent fcbc8eda42
commit b43c095cab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-02 Sven Neumann <sven@gimp.org>
* plug-ins/common/tiff-load.c (load_image): removed pointless and
untranslated warning.
2007-12-02 Sven Neumann <sven@gimp.org>
* plug-ins/jpeg/jpeg-load.c (jpeg_load_resolution): only set the

View File

@ -827,7 +827,6 @@ load_image (const gchar *filename,
{
case RESUNIT_NONE:
/* ImageMagick writes files with this silly resunit */
g_message ("Warning: resolution units meaningless");
break;
case RESUNIT_INCH: