X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FKeySequence.h;h=a0eb74eb03b2c80e657c2588a622621b23c54093;hb=824d640227d92f01296d69e85761a790d328b488;hp=0ace8febe384a627164a8a1f683fbca10db6eca5;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/KeySequence.h b/src/KeySequence.h index 0ace8febe3..a0eb74eb03 100644 --- a/src/KeySequence.h +++ b/src/KeySequence.h @@ -82,9 +82,6 @@ public: */ docstring const printOptions(bool forgui) const; - /// Mark the sequence as deleted. - void mark_deleted(); - /// Reset sequence to become "deleted" void reset(); @@ -99,13 +96,13 @@ public: /// length of sequence size_t length() const { return sequence.size(); } +private: /// Keymap to use if a new sequence is starting KeyMap * stdmap; /// Keymap to use for the next key KeyMap * curmap; -private: /** * Array holding the current key sequence as KeySyms. * If sequence[length - 1] < 0xff it can be used as ISO8859 char