mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
remove unused jni declaration
This commit is contained in:
parent
c3b1423c36
commit
b51e3d8d1e
1 changed files with 4 additions and 2 deletions
|
@ -308,8 +308,10 @@ public class XwJNI {
|
||||||
// int timerHeight );
|
// int timerHeight );
|
||||||
public static native boolean board_zoom( GamePtr gamePtr, int zoomBy,
|
public static native boolean board_zoom( GamePtr gamePtr, int zoomBy,
|
||||||
boolean[] canZoom );
|
boolean[] canZoom );
|
||||||
public static native boolean board_getActiveRect( GamePtr gamePtr, Rect rect,
|
|
||||||
int[] dims );
|
// Not available if XWFEATURE_ACTIVERECT not #defined in C
|
||||||
|
// public static native boolean board_getActiveRect( GamePtr gamePtr, Rect rect,
|
||||||
|
// int[] dims );
|
||||||
|
|
||||||
public static native boolean board_handlePenDown( GamePtr gamePtr,
|
public static native boolean board_handlePenDown( GamePtr gamePtr,
|
||||||
int xx, int yy,
|
int xx, int yy,
|
||||||
|
|
Loading…
Add table
Reference in a new issue