Skip to content

Commit 92093a6

Browse files
committed
extra declarations removed
1 parent f1e8aa7 commit 92093a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/imgproc/test/test_color.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,8 +1044,6 @@ class CV_ColorLabTest : public CV_ColorCvtBaseTest
10441044
double get_success_error_level( int test_case_idx, int i, int j );
10451045
void convert_row_bgr2abc_32f_c3( const float* src_row, float* dst_row, int n );
10461046
void convert_row_abc2bgr_32f_c3( const float* src_row, float* dst_row, int n );
1047-
int convert_row_bgr2abc_8u_c3( const uchar *src_row, uchar *dst_row, int n, int cn );
1048-
int convert_row_abc2bgr_8u_c3( const uchar *src_row, uchar *dst_row, int n, int cn );
10491047
};
10501048

10511049

0 commit comments

Comments
 (0)