Skip to content

Commit 4d985e8

Browse files
Pol Dell'AieraPol Dell'Aiera
authored andcommitted
Remove duration() method from Point class, now useless.
1 parent a1ae831 commit 4d985e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/geometry/Point.class.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ public function isSimple() {
137137
return TRUE;
138138
}
139139

140-
public function duration() {
141-
return 0;
142-
}
143-
144140
// Not valid for this geometry type
145141
public function numGeometries() { return NULL; }
146142
public function geometryN($n) { return NULL; }

0 commit comments

Comments
 (0)