]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
fix compilation bug
[lyx.git] / src / paragraph.h
index 3d1f8691fd07d8ef48102060e5852fb3f964703a..7b749821c569f5b4d25318fb41792cbaed5bc58b 100644 (file)
@@ -9,10 +9,6 @@
 #ifndef PARAGRAPH_H
 #define PARAGRAPH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "lyxlayout_ptr_fwd.h"
 #include "lyxfont.h" // Just for LyXFont::FONT_SIZE
 #include "InsetList.h"
@@ -311,9 +307,6 @@ public:
        /// returns -1 if inset not found
        int getPositionOfInset(Inset const * inset) const;
 
-       /// some good comment here John?
-       Paragraph * getParFromID(int id) const;
-
        ///
        int stripLeadingSpaces();