diff --git a/src/material/expansion/_expansion-theme.scss b/src/material/expansion/_expansion-theme.scss index 1ae0407c23b3..c03a7e5db8c6 100644 --- a/src/material/expansion/_expansion-theme.scss +++ b/src/material/expansion/_expansion-theme.scss @@ -31,9 +31,6 @@ @if inspection.get-theme-version($theme) == 1 { @include token-utils.create-token-values(map.get(m3-expansion.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-expansion.get-typography-tokens($theme)); }