diff --git a/src/epsimage.cpp b/src/epsimage.cpp index 69d310a2..cc3502c5 100644 --- a/src/epsimage.cpp +++ b/src/epsimage.cpp @@ -530,9 +530,6 @@ namespace { } } // remaining explicit comments - #ifdef DEBUG - significantLine = true; - #endif if (posEndComments == posEndEps && posLanguageLevel == posEndEps && startsWith(line, "%%LanguageLevel:")) { posLanguageLevel = startPos; } else if (posEndComments == posEndEps && posContainsXmp == posEndEps && startsWith(line, "%ADO_ContainsXMP:")) {