]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / paragraph.h
index 3a6999528e206009b402fba80e490298dac6a2f2..9523a23a7cb73464533ad78c28294a8a451620e6 100644 (file)
@@ -309,11 +309,6 @@ public:
        /// 
        bool isWord(lyx::pos_type pos) const;
 
-       /** This one resets all layout and dtp switches but not the font
-           of the single characters
-       */ 
-       void clear();
-
        /** paste this paragraph with the next one
            be carefull, this doesent make any check at all
        */