mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
unused method
This commit is contained in:
parent
ab83e1a79a
commit
3f2836844e
2 changed files with 0 additions and 15 deletions
|
@ -143,7 +143,6 @@ public:
|
|||
|
||||
static jintArray createJavaIntArray(JNIEnv *env, const std::vector<jint> &data);
|
||||
static jbyteArray createJavaByteArray(JNIEnv *env, const std::vector<jbyte> &data);
|
||||
static jobjectArray createJavaStringArray(JNIEnv *env, const std::vector<std::string> &data);
|
||||
|
||||
static void throwRuntimeException(JNIEnv *env, const std::string &message);
|
||||
//static void throwBookReadingException(const std::string &resourceId, const ZLFile &file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue