[mirotalksfu] - #194 Remove unused method

هذا الالتزام موجود في:
Miroslav Pejic
2025-02-21 23:23:12 +01:00
الأصل 1d53dc5670
التزام 8e08ffe3a1

عرض الملف

@@ -297,17 +297,4 @@ class VirtualBackground {
}
});
}
animateGifBackground() {
// Continuously update the GIF frame for animation
if (!this.gifAnimation) return;
const updateFrame = () => {
if (this.gifAnimation && this.gifCanvas) {
this.currentGifFrame = this.gifCanvas;
}
requestAnimationFrame(updateFrame);
};
updateFrame();
}
}