Remove unimplemented functions

The TypeScript checker complain about it.
It was a workaround for closure-compiler, it's not needed anymore.
This commit is contained in:
Frederic Junod
2018-07-27 13:07:31 +02:00
parent df293d8a2e
commit 1e332f52d6
5 changed files with 0 additions and 115 deletions

View File

@@ -287,35 +287,6 @@ class MVT extends FeatureFormat {
this.layers_ = layers;
}
/**
* Not implemented.
* @override
*/
readFeature() {}
/**
* Not implemented.
* @override
*/
readGeometry() {}
/**
* Not implemented.
* @override
*/
writeFeature() {}
/**
* Not implemented.
* @override
*/
writeGeometry() {}
/**
* Not implemented.
* @override
*/
writeFeatures() {}
}