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

Commit 11b13834 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Csip: Remove unused variable"

parents 66708b1b 35b07586
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ public class CsipSetCoordinatorStateMachine extends StateMachine {
    private Disconnecting mDisconnecting;
    private Connected mConnected;
    private int mLastConnectionState = -1;
    private int mNumReceivers = 0;

    private CsipSetCoordinatorService mService;
    private CsipSetCoordinatorNativeInterface mNativeInterface;
@@ -513,14 +512,6 @@ public class CsipSetCoordinatorStateMachine extends StateMachine {
        }
    }

    public void setNumReceivers(int numReceivers) {
        mNumReceivers = numReceivers;
    }

    public int getNumReceivers() {
        return mNumReceivers;
    }

    // This method does not check for error condition (newState == prevState)
    private void csipConnectionState(int newState, int prevState) {
        log("Connection state " + mDevice + ": " + profileStateToString(prevState) + "->"