mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
cleanup
This commit is contained in:
parent
60026b6ef2
commit
79b60ae895
2 changed files with 1 additions and 6 deletions
|
@ -21,7 +21,6 @@
|
|||
package org.eehouse.android.xw4.jni;
|
||||
|
||||
import android.graphics.Rect;
|
||||
import org.eehouse.android.xw4.jni.BoardDims;
|
||||
|
||||
public interface SyncedDraw {
|
||||
void doJNIDraw();
|
||||
|
|
|
@ -21,16 +21,12 @@
|
|||
package org.eehouse.android.xw4.jni;
|
||||
|
||||
import android.graphics.Rect;
|
||||
import org.eehouse.android.xw4.jni.BoardDims;
|
||||
|
||||
// Collection of native methods
|
||||
public class XwJNI {
|
||||
|
||||
|
||||
// This needs to be called before the first attempt to use the
|
||||
// jni. I figure this class has to be loaded before that cna
|
||||
// happen. Doing this in GamesList isn't enough because sometimes
|
||||
// BoardActivity is the first Activity loaded.
|
||||
// jni.
|
||||
static {
|
||||
System.loadLibrary("xwjni");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue