mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
removing duplicated statement
This commit is contained in:
@@ -13,7 +13,6 @@ class GammaValuesImpl : public GammaValues {
|
||||
int max_size_table, DoF;
|
||||
public:
|
||||
GammaValuesImpl (int DoF_, int max_size_table_) {
|
||||
max_size_table = max_size_table_;
|
||||
max_size_table = max_size_table_;
|
||||
DoF = DoF_;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user