cleanup -- no code change

This commit is contained in:
Andy2 2011-12-21 18:50:55 -08:00
parent 2a34cd1e05
commit 9879f96729

View file

@ -95,11 +95,8 @@ public class XwJNI {
byte[][] dictBytes, byte[][] dictBytes,
String[] dictPaths, String[] dictPaths,
String langName, String langName,
// UtilCtxt util,
JNIUtils jniu, JNIUtils jniu,
// DrawCtx draw,
CommonPrefs cp CommonPrefs cp
// TransportProcs procs
) { ) {
return game_makeFromStream( gamePtr, stream, gi, dictNames, dictBytes, return game_makeFromStream( gamePtr, stream, gi, dictNames, dictBytes,
dictPaths, langName, (UtilCtxt)null, jniu, dictPaths, langName, (UtilCtxt)null, jniu,
@ -115,7 +112,6 @@ public class XwJNI {
String langName, String langName,
UtilCtxt util, UtilCtxt util,
JNIUtils jniu, JNIUtils jniu,
// DrawCtx draw,
CommonPrefs cp, CommonPrefs cp,
TransportProcs procs TransportProcs procs
) { ) {