removed declaration of throwJavaException

pull/1177/head
Jan Starzynski 12 years ago
parent 70930a30a1
commit d6b86d43c9
  1. 1
      modules/java/generator/src/cpp/Mat.cpp

@ -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;

Loading…
Cancel
Save