Skip to content

Commit

Permalink
Merge pull request #14086 from nextcloud/bugfix/noid/remove-dead-func…
Browse files Browse the repository at this point in the history
…tion

fix: Remove unused function
  • Loading branch information
nickvergessen authored Jan 9, 2025
2 parents 4b399bc + c55c17a commit 789b235
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/signaling.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ Signaling.Base.prototype.setSettings = function(settings) {
}
}

Signaling.Base.prototype.isNoMcuWarningEnabled = function() {
return !this.settings.hideWarning
}

Signaling.Base.prototype.getSessionId = function() {
return this.sessionId
}
Expand Down

0 comments on commit 789b235

Please sign in to comment.