The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 924f71c792f82bfdcf3ec161df38833142fab280 Author: Juergen Spitzmueller <[email protected]> Date: Sat Aug 18 10:14:32 2012 +0200 Remove unused variable diff --git a/src/LaTeXFonts.cpp b/src/LaTeXFonts.cpp index 0fd1d5b..1e89e4c 100644 --- a/src/LaTeXFonts.cpp +++ b/src/LaTeXFonts.cpp @@ -92,7 +92,6 @@ string const LaTeXFont::getAvailablePackage(bool dryrun, bool ot1, bool complete ot1package_, guiname_), true); return string(); } - docstring dryrunpackage; if (complete && !completepackage_.empty()) { if (LaTeXFeatures::isAvailable(to_ascii(completepackage_)) || dryrun) return to_ascii(completepackage_); ----------------------------------------------------------------------- Summary of changes: src/LaTeXFonts.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
