--- nono/vm/power.cpp 2026/04/29 17:05:28 1.1.1.5 +++ nono/vm/power.cpp 2026/04/29 17:05:37 1.1.1.6 @@ -34,10 +34,6 @@ PowerDevice::~PowerDevice() bool PowerDevice::Init() { - if (inherited::Init() == false) { - return false; - } - syncer = GetSyncer(); scheduler->ConnectMessage(MessageID::RESET, this,