Skip to content

Commit

Permalink
remove unused top-level variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Apr 16, 2021
1 parent 4a90fa3 commit b7a9f5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/codelab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ CodelabUi _codelabUi;

CodelabUi get codelabUi => _codelabUi;

IFrameElement get _frame => querySelector('#frame') as IFrameElement;

void init() {
_codelabUi = CodelabUi();
}
Expand Down

0 comments on commit b7a9f5b

Please sign in to comment.