X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=bdf2169fab7be26592c113066ad4311bf25178ba;hb=a8cfeb1538f93240a4d84bd22e09876672b53dcb;hp=fa4229025848079536dadf75b3df7750e0bc7cc7;hpb=0437d8dc1a75f60406a818e49efd3c8c9b489294;p=features.git diff --git a/src/Text.h b/src/Text.h index fa42290258..bdf2169fab 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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);