removed declaration of throwJavaException

This commit is contained in:
Jan Starzynski 2013-07-25 14:53:22 +02:00
parent 70930a30a1
commit d6b86d43c9

View File

@ -8,7 +8,6 @@
using namespace cv;
/// throw java exception
static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method);
static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
std::string what = "unknown exception";
jclass je = 0;