]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Use symbols file to lookup entities for delimiters. Fixes bug #8280.
[lyx.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);