From 92093a6e6cbce95f1196b8ae5c99fe603b6d31e6 Mon Sep 17 00:00:00 2001 From: Rostislav Vasilikhin Date: Thu, 17 Aug 2017 02:34:32 +0300 Subject: [PATCH] extra declarations removed --- modules/imgproc/test/test_color.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/imgproc/test/test_color.cpp b/modules/imgproc/test/test_color.cpp index 4677b01684..1191578d2b 100644 --- a/modules/imgproc/test/test_color.cpp +++ b/modules/imgproc/test/test_color.cpp @@ -1044,8 +1044,6 @@ protected: double get_success_error_level( int test_case_idx, int i, int j ); void convert_row_bgr2abc_32f_c3( const float* src_row, float* dst_row, int n ); void convert_row_abc2bgr_32f_c3( const float* src_row, float* dst_row, int n ); - int convert_row_bgr2abc_8u_c3( const uchar *src_row, uchar *dst_row, int n, int cn ); - int convert_row_abc2bgr_8u_c3( const uchar *src_row, uchar *dst_row, int n, int cn ); };