From 9d27c36d80bdf2c0ed47d8d3c8f65ddabb763192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 8 Oct 2018 15:53:17 +0200 Subject: [PATCH] config: remove no longer used option --- config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.js b/config.js index f816b18324..817e05e288 100644 --- a/config.js +++ b/config.js @@ -241,10 +241,6 @@ var config = { // Disable hiding of remote thumbnails when in a 1-on-1 conference call. // disable1On1Mode: false, - // The minimum value a video's height (or width, whichever is smaller) needs - // to be in order to be considered high-definition. - minHDHeight: 540, - // Default language for the user interface. // defaultLanguage: 'en',