]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parboxinset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_parboxinset.C
index 8e0b3b140a6a13d3cb89a25d354147e84fe3d1c9..5a4ad25dd64baa0b5f94c2fbd27e067f9c5c2cfc 100644 (file)
@@ -1,8 +1,4 @@
 
-#ifdef __GNUG__
-#pragma implementation 
-#endif
-
 #include "math_parboxinset.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
@@ -67,4 +63,3 @@ void MathParboxInset::infoize(std::ostream & os) const
 {
        os << "Box: Parbox " << tex_width_;
 }
-