X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbsequence.h;h=c63a9c72247a57f28239eed710e62205feebe8b0;hb=c544107e324090c6eafb4c56749da2624b9b1122;hp=9aab03675caa6fa471075a308d92f6cdef783e82;hpb=8e5e95247280998287554937870c44a20fc493c7;p=lyx.git diff --git a/src/kbsequence.h b/src/kbsequence.h index 9aab03675c..c63a9c7224 100644 --- a/src/kbsequence.h +++ b/src/kbsequence.h @@ -8,10 +8,6 @@ #ifndef KBSEQUENCE_H #define KBSEQUENCE_H -#ifdef __GNUG__ -#pragma interface -#endif - #include #include "frontends/key_state.h" @@ -71,13 +67,6 @@ public: /// Mark the sequence as deleted. void mark_deleted(); - /** - * Return the value of the last keysym in the sequence - * in the local ISO encoding. If it does not encode - * in this encoding, return 0. - */ - char getLastKeyEncoded() const; - /// Reset sequence to become "deleted" void reset(); @@ -100,9 +89,6 @@ public: kb_keymap * curmap; private: - /// get the keysym of last in sequence - LyXKeySymPtr getsym() const; - /** * Array holding the current key sequence as KeySyms. * If sequence[length - 1] < 0xff it can be used as ISO8859 char