automatic commit
[folded-ctf.git] / pi_referential.h
index d1341ac..06995f4 100644 (file)
@@ -50,7 +50,6 @@ class PiReferential {
   // with g++ gives the same results as some reference
   // experiments. Sorry for that.
   scalar_t _body_xc, _body_yc;
-//   scalar_t _body_radius_1, _body_radius_2;
   scalar_t _body_tilt;
 
   // The belly frame is defined by the belly location and head scale
@@ -119,10 +118,6 @@ public:
                    int registration_mode, Rectangle *window,
                    int filled);
 
-  void draw_edge_and_scale(RGBImage *image,
-                           int registration_mode, Rectangle *window,
-                           int _tag, int _edge_scale);
-
   static void print_registration_mode(ostream *out, int registration_mode);
 };