proj4rb 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/ext/projrb.c CHANGED
@@ -554,7 +554,5 @@ void Init_proj4_ruby(void) {
554
554
  rb_define_method(cUnit,"id",unit_get_id,0);
555
555
  rb_define_method(cUnit,"to_meter",unit_get_to_meter,0);
556
556
  rb_define_method(cUnit,"name",unit_get_name,0);
557
-
558
557
  #endif
559
558
  }
560
-