mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
highgui: drop invalid cvGetWindowImageRect
- return type is C++ template - removal from 'extern "C"' scope broke ABI anyway, so this symbols is removed completelly
This commit is contained in:
@@ -191,6 +191,7 @@ CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)
|
||||
}
|
||||
}
|
||||
|
||||
static
|
||||
cv::Rect cvGetWindowImageRect(const char* name)
|
||||
{
|
||||
if (!name)
|
||||
|
||||
Reference in New Issue
Block a user