fixed build without CUDA
authorMarina Kolpakova <no@email>
Wed, 20 Jun 2012 07:30:19 +0000 (07:30 +0000)
committerMarina Kolpakova <no@email>
Wed, 20 Jun 2012 07:30:19 +0000 (07:30 +0000)
modules/gpu/src/resize.cpp

index 626f5aa..241068d 100644 (file)
@@ -56,20 +56,6 @@ void cv::gpu::resize(const GpuMat& src, GpuMat& dst, Size dsize, double fx, doub
 \r
     throw_nogpu();\r
 }\r
-void cv::gpu::resize(const GpuMat& src, GpuMat& dst,GpuMat& buffer, Size dsize,\r
-            double fx, double fy, int interpolation, Stream& s)\r
-{\r
-    (void)src;\r
-    (void)dst;\r
-    (void)dsize;\r
-    (void)fx;\r
-    (void)fy;\r
-    (void)interpolation;\r
-    (void)buffer;\r
-    (void)s;\r
-\r
-    throw_nogpu();\r
-}\r
 \r
 #else // HAVE_CUDA\r
 \r