]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.cpp
* zh_TW.po: Update from Mingyi Wu
[lyx.git] / src / mathed / MathData.cpp
index 9adcbfa932dcfcba5df0f0cfb64048a74376b88f..edd808945721cd071b2209ddd29d2ef264a8d78d 100644 (file)
@@ -216,6 +216,7 @@ void MathData::touch() const
 }
 
 
+#if 0
 namespace {
 
 bool isInside(DocIterator const & it, MathData const & ar,
@@ -230,7 +231,7 @@ bool isInside(DocIterator const & it, MathData const & ar,
 }
 
 }
-
+#endif
 
 
 void MathData::metrics(MetricsInfo & mi, Dimension & dim) const