It turns opengl gheck is not needed for win ctrl+s

This commit is contained in:
Andrey Kamaev
2014-12-05 14:06:01 +03:00
parent be5c910358
commit fac99de7ec

View File

@@ -1840,7 +1840,6 @@ cvDestroyAllWindows(void)
static void showSaveDialog(CvWindow* window)
{
#ifndef HAVE_OPENGL
if (!window || !window->image)
return;
@@ -1884,9 +1883,6 @@ static void showSaveDialog(CvWindow* window)
cv::Mat tmp; cv::flip(cv::Mat(sz.cy, sz.cx, CV_8UC(channels), data), tmp, 0);
cv::imwrite(szFileName, tmp);
}
#else
(void)window;
#endif // HAVE_OPENGL
}
CV_IMPL int