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
-23
View File
@@ -175,29 +175,6 @@ class IGC extends TextFeature {
}
}
/**
* Not implemented.
* @inheritDoc
*/
writeFeatureText(feature, opt_options) {}
/**
* Not implemented.
* @inheritDoc
*/
writeFeaturesText(features, opt_options) {}
/**
* Not implemented.
* @inheritDoc
*/
writeGeometryText(geometry, opt_options) {}
/**
* Not implemented.
* @inheritDoc
*/
readGeometryFromText(text, opt_options) {}
}
export default IGC;