]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binaryopinset.C
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_binaryopinset.C
index b8d05a6b5f500bbf207555b8618ac1555faea8a1..71ff00f4afb4ad9122827caf50b5cc9e99937584 100644 (file)
@@ -28,6 +28,10 @@ int MathBinaryOpInset::opwidth() const
 }
 
 
+#warning Andre, have a look here. (Lgb)
+#if 0
+// That this is not declared in class MathBinaryOpInset makes
+// Doxygen give warnings. (Lgb)
 void MathBinaryOpInset::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        mi_ = mi;
@@ -37,7 +41,7 @@ void MathBinaryOpInset::metrics(MetricsInfo & mi, Dimension & dim) const
        ascent_  = max(cell(0).ascent(),  cell(1).ascent());
        descent_ = max(cell(0).descent(), cell(1).descent());
 }
-
+#endif
 
 void MathBinaryOpInset::draw(PainterInfo & pain, int x, int y) const
 {