Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cedc19a7 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Remove orphaned code.

Remove orphaned code that is not called by anything.

Bug: 308003610
Test: Compile to verify no uses.
Flag: Not required; unreachable code path.
Change-Id: I4750c22ae0bd58e24a7e4b939a36be0064b8a7cd
parent 93acffd6
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -3361,15 +3361,6 @@ public abstract class Connection extends Conferenceable {
     */
    public void onDisconnect() {}

    /**
     * Notifies this Connection of a request to disconnect a participant of the conference managed
     * by the connection.
     *
     * @param endpoint the {@link Uri} of the participant to disconnect.
     * @hide
     */
    public void onDisconnectConferenceParticipant(Uri endpoint) {}

    /**
     * Notifies this Connection of a request to separate from its parent conference.
     */