From a16b8903a12bbdeeb7d8bd556505be07b69928ca Mon Sep 17 00:00:00 2001 From: lhark Date: Tue, 21 Jun 2016 15:54:29 +0200 Subject: [PATCH] Remove unused variable --- src/papillon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/papillon.cpp b/src/papillon.cpp index 4680197..fd5297e 100644 --- a/src/papillon.cpp +++ b/src/papillon.cpp @@ -24,8 +24,6 @@ class Traite_image { bool first = true; int resize_f = 1; - int theObject[2] = {0,0}; - ros::NodeHandle n; image_transport::ImageTransport it;