]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
2003-02-13 John Levon <levon@movementarian.org>
[features.git] / src / insets / insettext.C
index 15c086f616f29864256ed54551cd4d23ed47c58a..3cc873c390f0056e3cd81f4a2581cee66280db06 100644 (file)
@@ -1773,15 +1773,6 @@ void InsetText::validate(LaTeXFeatures & features) const
 }
 
 
-int InsetText::beginningOfMainBody(Paragraph * p) const
-{
-       if (p->layout()->labeltype != LABEL_MANUAL)
-               return 0;
-       else
-               return p->beginningOfMainBody();
-}
-
-
 void InsetText::getCursorPos(BufferView * bv, int & x, int & y) const
 {
        if (the_locking_inset) {