]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/support.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / support.h
index 3273d1e25f1e6d0083ead9d5f170681619c41276..e4a4e3598d3f2896dd8eb3fcbf60f7b175c7769d 100644 (file)
@@ -15,7 +15,7 @@ class MathParInset;
 
 struct math_deco_struct {
        int code;
-       float * data;
+       float const * data;
        int angle;
 };
 
@@ -38,10 +38,6 @@ extern math_deco_struct const * search_deco(int code);
 extern
 MathedArray * mathed_parse(unsigned flags, MathedArray * data,
                            MathParInset ** mt);
-/// math_write.C
-extern
-void mathed_write(MathParInset *, std::ostream &, int *, bool fragile,
-                 string const & label = string());
 
 /// math_parser.C
 extern
@@ -49,9 +45,6 @@ void mathed_parser_file(std::istream &, int);
 /// math_parser.C
 extern
 int mathed_parser_lineno();
-/// math_utils.C
-extern
-int MathedLookupBOP(short);
 
 extern
 bool MathIsInset(short x);