Browse Source

Remove unused variable

master
lhark 10 years ago
parent
commit
a16b8903a1
  1. 2
      src/papillon.cpp

2
src/papillon.cpp

@ -24,8 +24,6 @@ class Traite_image {
bool first = true; bool first = true;
int resize_f = 1; int resize_f = 1;
int theObject[2] = {0,0};
ros::NodeHandle n; ros::NodeHandle n;
image_transport::ImageTransport it; image_transport::ImageTransport it;

Loading…
Cancel
Save