Remove useless 'Interface' function

This commit is contained in:
Matthias Richter 2010-11-13 17:10:47 +01:00
parent 1e25c2a2e2
commit 1e961e9a07

View File

@ -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