diff options
Diffstat (limited to 'drawing.lua')
-rw-r--r-- | drawing.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drawing.lua b/drawing.lua index 26683b2..0343f85 100644 --- a/drawing.lua +++ b/drawing.lua @@ -712,11 +712,6 @@ function round(num) return math.floor(num+.5) end -function Drawing.insert_point(points, x,y) - table.insert(points, {x=x, y=y}) - return #points -end - function Drawing.find_or_insert_point(points, x,y, width) -- check if UI would snap the two points together for i,point in ipairs(points) do |