diff --git a/src/material/toolbar/_toolbar-theme.scss b/src/material/toolbar/_toolbar-theme.scss index 215aa6c1c953..f8e382040f29 100644 --- a/src/material/toolbar/_toolbar-theme.scss +++ b/src/material/toolbar/_toolbar-theme.scss @@ -47,9 +47,6 @@ @if inspection.get-theme-version($theme) == 1 { @include token-utils.create-token-values(map.get(m3-toolbar.get-tokens($theme), typography)); } @else { - // TODO(mmalerba): Stop calling this and resolve resulting screen diffs. - $theme: inspection.private-get-typography-back-compat-theme($theme); - @include sass-utils.current-selector-or-root() { @include token-utils.create-token-values-mixed(m2-toolbar.get-typography-tokens($theme)); }