On Sat, Jul 17, 2010 at 11:53:30AM +0200, [email protected] wrote: > Author: sanda > Date: Sat Jul 17 11:53:29 2010 > New Revision: 34925 > URL: http://www.lyx.org/trac/changeset/34925 > > Log: > comment > > Modified: > lyx-devel/trunk/src/mathed/InsetMathHull.cpp > > Modified: lyx-devel/trunk/src/mathed/InsetMathHull.cpp > ============================================================================== > --- lyx-devel/trunk/src/mathed/InsetMathHull.cpp Sat Jul 17 11:23:10 > 2010 (r34924) > +++ lyx-devel/trunk/src/mathed/InsetMathHull.cpp Sat Jul 17 11:53:29 > 2010 (r34925) > @@ -1755,6 +1755,7 @@ > > int InsetMathHull::plaintext(odocstream & os, OutputParams const &) const > { > + // disables ASCII-art for export of equations. See #2275. > if (0 && display()) {
You don't think a 'if (0 && ...)' deserves a comment? Andre'
