Remove redundant size properties / getter

This commit is contained in:
Maximilian Krög
2021-07-09 23:44:17 +02:00
parent bee28d61ea
commit ad37baf351
5 changed files with 1 additions and 43 deletions
-8
View File
@@ -185,14 +185,6 @@ class ImageStyle {
return abstract();
}
/**
* @abstract
* @return {import("../size.js").Size} Size of the hit-detection image.
*/
getHitDetectionImageSize() {
return abstract();
}
/**
* Get the origin of the symbolizer.
* @abstract