Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / ch / chfhandmade / cvSetPreprocessFuncWin32.chf
diff --git a/interfaces/ch/chfhandmade/cvSetPreprocessFuncWin32.chf b/interfaces/ch/chfhandmade/cvSetPreprocessFuncWin32.chf
deleted file mode 100644 (file)
index 939005e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-void cvSetPreprocessFuncWin32(CvWin32WindowCallback on_preprocess) {
-    void *fptr;
-
-    fptr = dlsym(_Chhighgui_handle, "cvSetPreprocessFuncWin32_chdl");
-    if(fptr == NULL) {
-        fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__,  dlerror());
-        return;
-    }
-    dlrunfun(fptr, NULL, cvSetPreprocessFuncWin32, on_preprocess);
-}