commit 4f0593f91b1b61a196b88975310e426413eccd67
Author: Scott Kostyshak <[email protected]>
Date:   Fri Feb 20 17:31:53 2015 -0500

    Remove an outdated comment
    
    LaTeX::deleteFilesOnError is no longer a dummy function.
    
    This comment was interoduced with the first version of this
    function, at e6d063c4.

diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp
index b9f7212..22e32d3 100644
--- a/src/LaTeX.cpp
+++ b/src/LaTeX.cpp
@@ -110,8 +110,6 @@ LaTeX::LaTeX(string const & latex, OutputParams const & rp,
 
 void LaTeX::deleteFilesOnError() const
 {
-       // currently just a dummy function.
-
        // What files do we have to delete?
 
        // This will at least make latex do all the runs

Reply via email to