mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 17:32:06 -05:00
Removed 'class.getRegistry' function.
This commit is contained in:
parent
2d20e32dcf
commit
4372d5afd7
1 changed files with 0 additions and 4 deletions
|
@ -392,10 +392,6 @@ function class( name )
|
|||
return name
|
||||
end
|
||||
|
||||
function class.getRegistry()
|
||||
return registryEntry
|
||||
end
|
||||
|
||||
function class.isCompiled()
|
||||
return registryEntry.compiled
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue