Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 1742fc6

Browse files
tijoforyounshahan
authored andcommitted
Remove unused variable.
PiperOrigin-RevId: 179710605
1 parent ed656d3 commit 1742fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/laminate/popup/dom_popup_source.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ typedef Stream<Rectangle> AsyncMeasureSize<E>(E element, {bool track});
2121
/// A factory that can [createPopupSource] from HTML elements.
2222
@Injectable()
2323
class DomPopupSourceFactory {
24-
final Window _window;
2524
final DomRuler _domRuler;
2625

27-
DomPopupSourceFactory(this._window, this._domRuler);
26+
DomPopupSourceFactory(this._domRuler);
2827

2928
/// Returns a new [DomPopupSource] from [sourceElement].
3029
DomPopupSource createPopupSource(HtmlElement sourceElement,

0 commit comments

Comments
 (0)