]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.h
fix #832
[lyx.git] / src / insets / insetlatexaccent.h
index b35b2eb9d5457f7030f01e8509e5373f696a78bf..06345ef6e72554a3db8c8776692ebc838069a71b 100644 (file)
@@ -1,19 +1,17 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetlatexaccent.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *         Copyright 1995 Matthias Ettrich
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_LATEX_ACCENT_H
 #define INSET_LATEX_ACCENT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "inset.h"
 #include "LString.h"
@@ -42,7 +40,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;
        ///
        int lbearing(LyXFont const & font) const;
        ///
@@ -64,8 +62,6 @@ public:
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
-       bool deletable() const;
-       ///
        bool directWrite() const;
        ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const;