rm dead code

This commit is contained in:
Siddharth
2025-11-30 15:35:03 -07:00
parent ec3b9b46a1
commit 71ba4e4cea
-6
View File
@@ -482,12 +482,6 @@ export class FrameRenderer {
return this.compositeCanvas;
}
updateConfig(config: Partial<FrameRenderConfig>): void {
this.config = { ...this.config, ...config };
if (config.wallpaper) {
this.setupBackground();
}
}
destroy(): void {
if (this.videoSprite) {