Skip to content
Snippets Groups Projects
Commit f428b59f authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: remove useless setter

parent 14802cae
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,6 @@ public:
itkGetMacro( Lat, double );
itkGetMacro( PlaceName, std::string );
itkSetMacro( Lon, double );
itkSetMacro( Lat, double );
itkSetMacro( PlaceName, std::string );
typedef enum {ALL, GEONAMES, GOOGLE, YAHOO} SearchMethodEnum;//Not implemented yet TODO
......@@ -80,5 +78,4 @@ private:
} // namespace otb
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment