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,
String[] dictPaths,
String langName,
// UtilCtxt util,
JNIUtils jniu,
// DrawCtx draw,
CommonPrefs cp
// TransportProcs procs
) {
return game_makeFromStream( gamePtr, stream, gi, dictNames, dictBytes,
dictPaths, langName, (UtilCtxt)null, jniu,
@ -115,7 +112,6 @@ public class XwJNI {
String langName,
UtilCtxt util,
JNIUtils jniu,
// DrawCtx draw,
CommonPrefs cp,
TransportProcs procs
) {