--- nono/vm/keyboard.cpp 2026/04/29 17:05:34 1.1.1.14 +++ nono/vm/keyboard.cpp 2026/04/29 17:05:38 1.1.1.15 @@ -141,10 +141,6 @@ Keyboard::~Keyboard() bool Keyboard::Init() { - if (inherited::Init() == false) { - return false; - } - syncer = GetSyncer(); scheduler->ConnectMessage(MessageID::KEY_INPUT, this,