remove unnecessary declaration

This commit is contained in:
ozantonkal 2013-07-22 15:14:33 +02:00
parent c0f44ca421
commit 540f9a67f3

View File

@ -1096,8 +1096,6 @@ cv::viz::TrajectoryWidget::TrajectoryWidget(const std::vector<Affine3f> &path, c
cv::viz::TrajectoryWidget::TrajectoryWidget(const std::vector<Affine3f> &path, const Matx33f &K, double scale, const Color &color)
{
vtkIdType nr_points = path.size();
vtkSmartPointer<vtkAppendPolyData> appendFilter = vtkSmartPointer<vtkAppendPolyData>::New();
vtkSmartPointer<vtkCamera> camera = vtkSmartPointer<vtkCamera>::New();