mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
highgui: drop obsolete Carbon API
https://en.wikipedia.org/wiki/Carbon_(API) In 2012, with the release of OS X 10.8 Mountain Lion, most Carbon APIs were considered deprecated.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
namespace opencv_test { namespace {
|
||||
|
||||
#if defined HAVE_GTK || defined HAVE_QT || defined HAVE_WIN32UI || defined HAVE_CARBON || defined HAVE_COCOA
|
||||
#if defined HAVE_GTK || defined HAVE_QT || defined HAVE_WIN32UI || defined HAVE_COCOA
|
||||
|
||||
class CV_HighGuiOnlyGuiTest : public cvtest::BaseTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user