diff options
author | Devaev Maxim <[email protected]> | 2021-05-06 23:02:24 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-05-06 23:02:24 +0300 |
commit | 8a6de4fab3aa346b845ef51319fd7db9d356500a (patch) | |
tree | fae91c3d63641fdb89b7f48a5024c960b823bd1d | |
parent | 384b444c0269bf5e7bd0a9b53e764ff67d2c0006 (diff) |
lint fix
-rw-r--r-- | web/share/js/kvm/stream.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js index 9b7aaae1..970ac6ef 100644 --- a/web/share/js/kvm/stream.js +++ b/web/share/js/kvm/stream.js @@ -40,8 +40,6 @@ function _MjpegStreamer(set_active_callback, set_inactive_callback, set_info_cal var __timer = null; var __timer_retries = 0; - var __janus_enabled = null; - /************************************************************************/ self.ensureStream = function(state) { |