Remove many unused and unimplemented functions.

This commit is contained in:
James Roseborough
2008-07-24 18:32:02 +00:00
parent 00b14efa99
commit 447bc5853a
5 changed files with 23 additions and 726 deletions

View File

@@ -126,7 +126,7 @@ public final class LuajavaLib extends LFunction {
final int ninterfaces = Math.max(0,vm.gettop()-2);
if ( ninterfaces <= 0 )
throw new LuaErrorException("no interfaces");
final LValue function = vm.tojavafunction(-1);
final LValue function = vm.tofunction(-1);
try {
// get the interfaces
final Class[] ifaces = new Class[ninterfaces];