Remove unused disposeInternal function

This commit is contained in:
ahocevar
2019-08-31 20:56:18 +02:00
parent 685d1e67cf
commit 1aeebf09aa

View File

@@ -150,13 +150,6 @@ class ZoomSlider extends Control {
listen(thumbElement, EventType.CLICK, stopPropagation);
}
/**
* @inheritDoc
*/
disposeInternal() {
super.disposeInternal();
}
/**
* @inheritDoc
*/