]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
add comment
[lyx.git] / src / LaTeXFeatures.C
index 4333eb6d9124293358be9639eb0e925dc8e2fad3..46df0fec7c3b51ddfd857e97df6c106e4be37daa 100644 (file)
@@ -104,8 +104,6 @@ void LaTeXFeatures::getAvailable()
                                packages_.push_back(name);
                }
        }
-
-       return;
 }
 
 
@@ -162,7 +160,7 @@ bool LaTeXFeatures::isAvailable(string const & name) const
 }
 
 
-void LaTeXFeatures::addExternalPreamble(string const & preamble)
+void LaTeXFeatures::addPreambleSnippet(string const & preamble)
 {
        FeaturesList::const_iterator begin = preamble_snippets_.begin();
        FeaturesList::const_iterator end   = preamble_snippets_.end();