Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl1337 committed Mar 13, 2024
1 parent be014a5 commit 2c225bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kiwi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,6 @@ do
--- Change the name of the variable.
---@type fun(self: kiwi.Var, name: string)
set_name = ljkiwi.kiwi_var_set_name,

--- Set the value of the variable.
---@type fun(self: kiwi.Var, value: number)
set = ljkiwi.kiwi_var_set_value,
}

local Var_mt = {
Expand Down

0 comments on commit 2c225bc

Please sign in to comment.