1

remove old scrollmode reference

This commit is contained in:
2022-07-16 20:12:50 +02:00
parent 6c6ae51ebb
commit bf14c58a25

View File

@ -331,8 +331,6 @@ void Keyboard::plugin() {
pic.allow(PIC::keyboard);
}
void scroll_mode(Key key);
void Keyboard::trigger() {
Key key = this->key_hit();
this->lastkey = key.ascii();