Fix android-xul JNI code

This commit is contained in:
Kartikaya Gupta
2012-02-22 11:14:41 -05:00
parent 8221cfd047
commit c334c52e85
2 changed files with 5 additions and 3 deletions

View File

@@ -1560,9 +1560,6 @@ public class GeckoAppShell
getMainHandler().post(new GeckoRunnableCallback());
}
public static void doEventCallback(GeckoEvent event, String data) {
}
public static android.hardware.Camera sCamera = null;
static native void cameraCallbackBridge(byte[] data);