Skip to content

Commit

Permalink
remove getStreamProcessor function : not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosang committed May 29, 2017
1 parent 11765ec commit 3f401a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/streaming/controllers/ScheduleController.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,6 @@ function ScheduleController(config) {
return timeToLoadDelay;
}

function getStreamProcessor() {
return streamProcessor;
}

function getBufferTarget() {
return bufferLevelRule.getBufferTarget(streamProcessor, type, streamController.isVideoTrackPresent());
}
Expand Down Expand Up @@ -550,7 +546,6 @@ function ScheduleController(config) {

instance = {
initialize: initialize,
getStreamProcessor: getStreamProcessor,
getSeekTarget: getSeekTarget,
setSeekTarget: setSeekTarget,
getFragmentModel: getFragmentModel,
Expand Down

0 comments on commit 3f401a9

Please sign in to comment.