Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 2, 2024
1 parent 819bcbf commit a6a452a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gui/mass-remove.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ end
-- DimsPanel
--

local function get_dims(pos1, pos2)
local width, height, depth = math.abs(pos1.x - pos2.x) + 1,
math.abs(pos1.y - pos2.y) + 1,
math.abs(pos1.z - pos2.z) + 1
return width, height, depth
end

DimsPanel = defclass(DimsPanel, widgets.ResizingPanel)
DimsPanel.ATTRS{
get_mark_fn=DEFAULT_NIL,
Expand Down

0 comments on commit a6a452a

Please sign in to comment.