From: Vladimir Bystricky Date: Fri, 20 Dec 2013 08:33:39 +0000 (+0400) Subject: Remove TBB ifdef form code X-Git-Tag: accepted/tizen/ivi/20140515.103456~1^2~178^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6a7e8f84fd5ac745af2589a573b011b82a69345;p=profile%2Fivi%2Fopencv.git Remove TBB ifdef form code --- diff --git a/modules/highgui/src/cap_intelperc.cpp b/modules/highgui/src/cap_intelperc.cpp index 18b3b9d..368f4fd 100644 --- a/modules/highgui/src/cap_intelperc.cpp +++ b/modules/highgui/src/cap_intelperc.cpp @@ -2,10 +2,6 @@ #ifdef HAVE_INTELPERC -#if defined TBB_INTERFACE_VERSION && TBB_INTERFACE_VERSION < 5000 -# undef HAVE_TBB -#endif - #include "pxcsession.h" #include "pxcsmartptr.h" #include "pxccapture.h"