Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / ch / chfhandmade / cvcamPlayAVI.chf
diff --git a/interfaces/ch/chfhandmade/cvcamPlayAVI.chf b/interfaces/ch/chfhandmade/cvcamPlayAVI.chf
deleted file mode 100644 (file)
index 788c6c0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-int cvcamPlayAVI(char* file, void* window, int width, int height, void* callback) {
-    void *fptr;
-    int retval;
-
-    fptr = dlsym(_Chcvcam_handle, "cvcamPlayAVI_chdl");
-    if(fptr == NULL) {
-        fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__,  dlerror());
-        return -1;
-    }
-    dlrunfun(fptr, &retval, cvcamPlayAVI, file, window, width, height, callback);
-    return retval;
-}