X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.C;h=46df0fec7c3b51ddfd857e97df6c106e4be37daa;hb=c68f3da771a54ef78bd309b8f1a81c374d2fea4c;hp=4333eb6d9124293358be9639eb0e925dc8e2fad3;hpb=244b2c1fabb5174f8f56e43d23bbc8ef7c39916b;p=lyx.git diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 4333eb6d91..46df0fec7c 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -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();