ipa: rkisp1: lsc: Drop unused function declaration
The interpolateTable() function is not implemented anywhere. Drop the declaration. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -39,9 +39,6 @@ public:
|
||||
private:
|
||||
void setParameters(rkisp1_cif_isp_lsc_config &config);
|
||||
void copyTable(rkisp1_cif_isp_lsc_config &config, const Components &set0);
|
||||
void interpolateTable(rkisp1_cif_isp_lsc_config &config,
|
||||
const Components &set0, const Components &set1,
|
||||
const uint32_t ct);
|
||||
|
||||
ipa::Interpolator<Components> sets_;
|
||||
std::vector<double> xSize_;
|
||||
|
||||
Reference in New Issue
Block a user