diff --git a/packages/mdc-base/component.ts b/packages/mdc-base/component.ts index df730436546..6a10865c21f 100644 --- a/packages/mdc-base/component.ts +++ b/packages/mdc-base/component.ts @@ -35,16 +35,6 @@ export class MDCComponent { protected foundation: FoundationType; - // TODO(b/157223372): Remove once complete - protected get foundation_(): FoundationType { - return this.foundation; - } - - // TODO(b/157223372): Remove once complete - protected set foundation_(f: FoundationType) { - this.foundation = f; - } - constructor( public root: Element, foundation?: FoundationType, ...args: unknown[]) { this.initialize(...args);