Startup: Move Device ctor/dtor shenanigans to the actual Device

constructors and destructors

No need to leak implementation details in there.
This commit is contained in:
NiLuJe
2023-08-12 01:22:15 +02:00
parent e9a84ca434
commit 71378b0b50
3 changed files with 49 additions and 44 deletions

View File

@@ -26,8 +26,6 @@ end
-- Okay, if we're here, it's basically because we're running on a Kindle on FW 5.x under KPV
local EventListener = require("ui/widget/eventlistener")
local util = require("ffi/util")
-- lipc
ReaderActivityIndicator = EventListener:extend{
lipc_handle = nil,