From 6f74c2c9b9c87ca431304cc22a14cb10ce878694 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 31 May 2002 04:51:49 +0000 Subject: [PATCH] re-enable ams "autodetection" (I still think it is wrong...) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4309 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 3 +++ src/mathed/math_hullinset.C | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index d9a7e65872..d2a1f52a93 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,6 @@ +2002-05-31 Dekel Tsur + + * math_hullinset.C (ams): Do a real check. 2002-05-30 André Pönitz diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index 5d1c551f0c..90eb7f476c 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -265,8 +265,6 @@ bool MathHullInset::numbered(row_type row) const bool MathHullInset::ams() const { - return true; -/* return objtype_ == LM_OT_ALIGN || objtype_ == LM_OT_MULTLINE || @@ -274,7 +272,6 @@ bool MathHullInset::ams() const objtype_ == LM_OT_ALIGNAT || objtype_ == LM_OT_XALIGNAT || objtype_ == LM_OT_XXALIGNAT; -*/ } -- 2.39.2