]> git.lyx.org Git - features.git/blobdiff - src/bufferview_funcs.C
split LyXFunc::getStatus() into inset specific chunks
[features.git] / src / bufferview_funcs.C
index 0cbb5ae1b91adca0e0e4bf4ccab220f17a2d15ed..2e1c6212c9fa2f093b16c78223987fb6dc8b0c4b 100644 (file)
@@ -144,11 +144,4 @@ bool string2font(string const & data, LyXFont & font, bool & toggle)
        return (nset > 0);
 }
 
-
-bool changeDepthAllowed(LCursor & cur, LyXText * text, DEPTH_CHANGE type)
-{
-       return cur.bv().available() && text && text->changeDepthAllowed(cur, type);
-}
-
-
 } // namespace bv_funcs