file-xjt: Drop erroneous initialization

This commit is contained in:
Mukund Sivaraman
2011-10-12 17:05:21 +05:30
parent 971b77d8c9
commit 892b526cc0

View File

@ -108,8 +108,6 @@ xjpg_load_layer (const char *filename,
cinfo.err = jpeg_std_error (&jerr.pub);
jerr.pub.error_exit = my_error_exit;
l_layer_type = GIMP_GRAY_IMAGE;
if ((infile = g_fopen (filename, "rb")) == NULL)
{
g_warning ("can't open \"%s\"\n", filename);