mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-25 09:58:11 +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,
|
||||
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
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue