mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Remove useless 'Interface' function
This commit is contained in:
parent
1e25c2a2e2
commit
1e961e9a07
@ -55,7 +55,6 @@ function Class(constructor)
|
|||||||
|
|
||||||
return setmetatable(c, meta)
|
return setmetatable(c, meta)
|
||||||
end
|
end
|
||||||
function Interface(name) return Class{name = name or "<unnamed interface>"} end
|
|
||||||
|
|
||||||
function Inherit(class, interface, ...)
|
function Inherit(class, interface, ...)
|
||||||
if not interface then return end
|
if not interface then return end
|
||||||
|
Loading…
Reference in New Issue
Block a user