X-Git-Url: https://rtime.felk.cvut.cz/gitweb/opencv.git/blobdiff_plain/eba0070c50b0c2dd3c815a054b9bd19862344c14..6e080e779bc532b7474eb2ce89a9d45ea6f914f1:/opencv/src/highgui/window.cpp diff --git a/opencv/src/highgui/window.cpp b/opencv/src/highgui/window.cpp index 2dd4bf79..de08889e 100644 --- a/opencv/src/highgui/window.cpp +++ b/opencv/src/highgui/window.cpp @@ -181,17 +181,6 @@ CV_IMPL int cvNamedWindow( const char*, int ) return -1; } -CV_IMPL void cvSetWindowProperty(const char* name, int prop_id, double prop_value)//YV -{ - CV_NO_GUI_ERROR("cvSetWindowProperty"); -} - -CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)//YV -{ - CV_NO_GUI_ERROR("cvGetWindowProperty"); - return -1; -} - CV_IMPL void cvDestroyWindow( const char* ) { CV_NO_GUI_ERROR( "cvDestroyWindow" );