proj4rb 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
-