diff core/src/luan/modules/BasicLuan.java @ 521:8a217fe5b4f3

cleaner LuanState.onClose()
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 27 May 2015 03:12:28 -0600
parents 8dcf9e12446b
children 3058870cbe83
line wrap: on
line diff
--- a/core/src/luan/modules/BasicLuan.java	Wed May 27 01:30:25 2015 -0600
+++ b/core/src/luan/modules/BasicLuan.java	Wed May 27 03:12:28 2015 -0600
@@ -225,8 +225,4 @@
 		}
 	}
 
-	public static void on_luan_close(LuanState luan,LuanFunction fn) {
-		luan.onClose(fn);
-	}
-
 }