Skip to content

Commit

Permalink
remove getStreamId function : not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosang committed May 22, 2017
1 parent 49fc826 commit b6999ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/streaming/controllers/PlaybackController.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ function PlaybackController() {
return getTime() > 0;
}

function getStreamId() {
return streamInfo.id;
}

function play() {
if (element) {
element.autoplay = true;
Expand Down Expand Up @@ -492,7 +488,6 @@ function PlaybackController() {
getStreamStartTime: getStreamStartTime,
getTimeToStreamEnd: getTimeToStreamEnd,
isPlaybackStarted: isPlaybackStarted,
getStreamId: getStreamId,
getTime: getTime,
getPlaybackRate: getPlaybackRate,
getPlayedRanges: getPlayedRanges,
Expand Down

0 comments on commit b6999ca

Please sign in to comment.