From 70a2bcba18aa9855380c132f89e26b61bfd2cb40 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 3 Jan 2024 18:23:19 +0200 Subject: Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphInfo management functions. --- examples/resources/lib/rectangle.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/resources/lib') diff --git a/examples/resources/lib/rectangle.lua b/examples/resources/lib/rectangle.lua index 4a4fe66..ba1f9c6 100644 --- a/examples/resources/lib/rectangle.lua +++ b/examples/resources/lib/rectangle.lua @@ -32,9 +32,6 @@ Rectangle.meta = { __unm = function( r ) return Rectangle:new( -r.x, -r.y, -r.width, -r.height ) end, - __idiv = function( r, v ) - return Rectangle:new( r.x // v, r.y // v, r.width // v, r.height // v ) - end, __len = function() return 4 end, -- cgit v1.2.3