Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / ch / chfhandmade / cvSetIPLAllocators.chf
diff --git a/interfaces/ch/chfhandmade/cvSetIPLAllocators.chf b/interfaces/ch/chfhandmade/cvSetIPLAllocators.chf
deleted file mode 100644 (file)
index 303ae3a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-void cvSetIPLAllocators(Cv_iplCreateImageHeader create_header, Cv_iplAllocateImageData allocate_data, Cv_iplDeallocate deallocate, Cv_iplCreateROI create_roi, Cv_iplCloneImage clone_image) {
-    void *fptr;
-
-    fptr = dlsym(_Chcv_handle, "cvSetIPLAllocators_chdl");
-    if(fptr == NULL) {
-        fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__,  dlerror());
-        return;
-    }
-    dlrunfun(fptr, NULL, cvSetIPLAllocators, create_header, allocate_data, deallocate, create_roi, clone_image);
-}