mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
cleanup -- no code change
This commit is contained in:
parent
2a34cd1e05
commit
9879f96729
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue