Skip to content

Commit 712c4a9

Browse files
committed
Remove unused methods in base LCM
1 parent bfcff78 commit 712c4a9

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -934,12 +934,12 @@ public void onProtocolSessionStarted(SessionType sessionType, byte sessionID, by
934934

935935
@Override
936936
public void onProtocolSessionEnded(SessionType sessionType, byte sessionID, String correlationID) {
937-
BaseLifecycleManager.this.onServiceEnded(sessionType);
937+
//Currently not necessary
938938
}
939939

940940
@Override
941941
public void onProtocolSessionEndedNACKed(SessionType sessionType, byte sessionID, String correlationID) {
942-
BaseLifecycleManager.this.onStopServiceNACKed(sessionType);
942+
//Currently not necessary
943943
}
944944

945945
@Override
@@ -1368,11 +1368,6 @@ void onTransportDisconnected(String info, boolean availablePrimary, BaseTranspor
13681368
void onStartServiceNACKed(SessionType sessionType) {
13691369
}
13701370

1371-
void onServiceEnded(SessionType sessionType) {
1372-
}
1373-
1374-
void onStopServiceNACKed(SessionType sessionType) {
1375-
}
13761371

13771372
void startVideoService(boolean encrypted, VideoStreamingParameters parameters) {
13781373
}

0 commit comments

Comments
 (0)