summaryrefslogtreecommitdiff
path: root/FS/FS/deploy_zone_vertex.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-08-06 14:11:01 -0700
committerMark Wells <mark@freeside.biz>2014-08-06 14:11:01 -0700
commit1ebcca94aba75c5901c6eefaf373f39e94b03cf0 (patch)
treea6f0833c23777e2924e4669e7527f2c9a312bf44 /FS/FS/deploy_zone_vertex.pm
parentd7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f (diff)
477 report: mobile deployment info
Diffstat (limited to 'FS/FS/deploy_zone_vertex.pm')
-rw-r--r--FS/FS/deploy_zone_vertex.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/FS/FS/deploy_zone_vertex.pm b/FS/FS/deploy_zone_vertex.pm
index a25bfde..078b326 100644
--- a/FS/FS/deploy_zone_vertex.pm
+++ b/FS/FS/deploy_zone_vertex.pm
@@ -47,10 +47,6 @@ Latitude, as a decimal; positive values are north of the Equator.
Longitude, as a decimal; positive values are east of Greenwich.
-=item sequence
-
-The ordinal position of this vertex, starting with zero.
-
=back
=head1 METHODS
@@ -104,7 +100,6 @@ sub check {
|| $self->ut_number('zonenum')
|| $self->ut_coord('latitude')
|| $self->ut_coord('longitude')
- || $self->ut_number('sequence')
;
return $error if $error;