#629 luacheck fix for remaining unused variables

This commit is contained in:
Mikayla Fischler 2025-09-13 16:07:12 -04:00
parent ff68eeae1a
commit f7fe9754fe
3 changed files with 1 additions and 6 deletions

View File

@ -16,14 +16,10 @@ local LINK_STATE = iocontrol.LINK_STATE
local pocket = {}
local MQ__RENDER_CMD = {
}
local MQ__RENDER_DATA = {
LOAD_APP = 1
}
pocket.MQ__RENDER_CMD = MQ__RENDER_CMD
pocket.MQ__RENDER_DATA = MQ__RENDER_DATA
---@type pkt_config

View File

@ -22,7 +22,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v1.0.2"
local POCKET_VERSION = "v1.0.3"
local println = util.println
local println_ts = util.println_ts

View File

@ -14,7 +14,6 @@ local threads = {}
local MAIN_CLOCK = 0.5 -- (2Hz, 10 ticks)
local RENDER_SLEEP = 100 -- (100ms, 2 ticks)
local MQ__RENDER_CMD = pocket.MQ__RENDER_CMD
local MQ__RENDER_DATA = pocket.MQ__RENDER_DATA
-- main thread