From 91f73bcdabc3ebb19c488b15dcf11928be30931e Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Wed, 22 Dec 2021 03:13:35 +0700 Subject: [PATCH] remove unnecessary code --- lib/src/participant/local.dart | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/src/participant/local.dart b/lib/src/participant/local.dart index c48ca97..7ca02ac 100644 --- a/lib/src/participant/local.dart +++ b/lib/src/participant/local.dart @@ -242,14 +242,6 @@ class LocalParticipant extends Participant { await room.engine.sendDataPacket(packet); } - /// for internal use - /// {@nodoc} - @internal - @override - void updateFromInfo(lk_models.ParticipantInfo info) { - super.updateFromInfo(info); - } - @override List get subscribedTracks => super.subscribedTracks.cast().toList();