]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.cpp
Remove obsolete (and false) comment.
[lyx.git] / src / graphics / GraphicsCache.cpp
index c915938884c6b80b6545b9a7b1a6989fac2d56da..dbf9cafa5e93d0e14ccbefce7ab646280947cbfa 100644 (file)
@@ -76,7 +76,7 @@ vector<string> const & Cache::loadableFormats() const
 
        // The formats natively loadable.
        vector<string> nformat = frontend::loadableImageFormats();
-       
+
        vector<string>::const_iterator it = nformat.begin();
        for (; it != nformat.end(); ++it) {
                for (Formats::const_iterator fit = begin; fit != end; ++fit) {