1
0
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:
Alexander Alekhin
2021-10-30 10:51:52 +00:00
parent aa11cc19e8
commit 0ee61d178f
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -191,6 +191,7 @@ CV_IMPL double cvGetWindowProperty(const char* name, int prop_id)
}
}
static
cv::Rect cvGetWindowImageRect(const char* name)
{
if (!name)