]> git.lyx.org Git - features.git/blobdiff - src/Text.h
Move one Text::setCursor instance to CursorSlice
[features.git] / src / Text.h
index fa4229025848079536dadf75b3df7750e0bc7cc7..bdf2169fab7be26592c113066ad4311bf25178ba 100644 (file)
@@ -185,8 +185,6 @@ public:
        bool setCursor(Cursor & cur, pit_type pit, pos_type pos,
                       bool setfont = true, bool boundary = false);
        ///
-       void setCursor(CursorSlice &, pit_type pit, pos_type pos);
-       ///
        void setCursorIntern(Cursor & cur, pit_type pit,
                 pos_type pos, bool setfont = true, bool boundary = false);