]> git.lyx.org Git - lyx.git/blobdiff - src/KeySequence.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / KeySequence.cpp
index 576919bd16d29017166959d0ddc6d5c4020c5aea..5a7623b7f626fc86afb4c8f601596091525573f9 100644 (file)
@@ -190,4 +190,13 @@ void KeySequence::clear()
 }
 
 
+void KeySequence::removeKey()
+{
+       if (deleted_)
+               return;
+       sequence.pop_back();
+       modifiers.pop_back();
+}
+
+
 } // namespace lyx