Undo last commit. Gif support was already added.
authorgenete <genete@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Sep 2008 22:31:48 +0000 (22:31 +0000)
committergenete <genete@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Sep 2008 22:31:48 +0000 (22:31 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2074 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/listimporter.cpp

index 0690c2f..02680f0 100644 (file)
@@ -88,7 +88,6 @@ ListImporter::ListImporter(const String &filename)
                                line == "jpg"  ||
                                line == "png"  ||
                                line == "ppm"  ||
-                               line == "gif"  ||
                                line == "tiff" )
                        {
                                ext = String(".") + line;