]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Previews.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / graphics / Previews.cpp
index aeadfbec860d304df949c6d4f1e249ba1b26f522..b1d40baf0a1b2b0057a4f585930a5f319aebc783 100644 (file)
@@ -40,10 +40,6 @@ static CacheType preview_cache_;
 }
 
 
-Previews::Previews()
-{}
-
-
 PreviewLoader & Previews::loader(Buffer const & buffer) const
 {
        CacheType::iterator it = preview_cache_.find(&buffer);