]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / formula.h
index ab5956750e639e5fb8e701e277ea88f4f9039f4b..3c7381ee24a172e7fac38c634fcfe75a5b368da5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-/** 
+/**
  *  \file formula.h
  *
  *  This file is part of LyX, the document processor.
 #ifndef INSET_FORMULA_H
 #define INSET_FORMULA_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "formulabase.h"
 #include "math_atom.h"
 
 #include <boost/scoped_ptr.hpp>
 
-/// The main LyX math inset 
+/// The main LyX math inset
 class InsetFormula : public InsetFormulaBase {
 public:
        ///
@@ -44,7 +41,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 
        ///
        void write(Buffer const *, std::ostream &) const;