]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
and this
[lyx.git] / src / bufferview_funcs.h
index 743559b6421c916ea10e40d834d76ced5368c944..c8665daa71412c4bdc9eb946889038e04571c5f7 100644 (file)
@@ -16,9 +16,7 @@
 
 #include <string>
 
-class LCursor;
 class LyXFont;
-class LyXText;
 
 
 namespace bv_funcs {
@@ -34,16 +32,6 @@ bool string2font(std::string const & data, LyXFont & font, bool & toggle);
  */
 std::string const freefont2string();
 
-
-/// what type of depth change to make
-enum DEPTH_CHANGE {
-       INC_DEPTH,
-       DEC_DEPTH
-};
-
-/// Returns whether something would be changed by changeDepth
-bool changeDepthAllowed(LCursor & cur, LyXText * text, DEPTH_CHANGE);
-
 } // namespace bv_funcs
 
 #endif