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
-7
View File
@@ -341,13 +341,6 @@ class Icon extends ImageStyle {
return this.iconImage_.getSize();
}
/**
* @return {import("../size.js").Size} Size of the hit-detection image.
*/
getHitDetectionImageSize() {
return this.getImageSize();
}
/**
* @return {import("../ImageState.js").default} Image state.
*/