]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms/fdfix.sh
Hose MathsCallbacks.h.
[features.git] / src / frontends / xforms / forms / fdfix.sh
index ae301313453d43b80b169220e2ba03d5e86b1a70..4e6f8c498438a7a795d228f18d5c42ded407571a 100644 (file)
@@ -117,15 +117,6 @@ if [ $? -eq 0 ]; then
     echo "#include \"bmtable.h\"" >> ${COUT}
 fi
 
-# This is (I hope) a very temporary fudge.
-# FormMathsPanel should be modified in input() to not use the data parameter.
-# Instead, use the FL_OBJECT * parameter.
-# Angus 12 June, 2002.
-grep MM_ ${CIN} > /dev/null
-if [ $? -eq 0 ]; then
-    echo "#include \"MathsCallbacks.h\"" >> ${COUT}
-fi
-
 echo >> ${COUT}
 
 sed -f ${FDFIXC} < ${CIN} >> ${COUT}