Procházet zdrojové kódy

remove obsolete viewer query params

Alexander Rose před 4 roky
rodič
revize
3b25e037aa
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      src/apps/viewer/index.html

+ 0 - 3
src/apps/viewer/index.html

@@ -48,9 +48,6 @@
             var debugMode = getParam('debug-mode', '[^&]+').trim() === '1';
             if (debugMode) molstar.setDebugMode(debugMode, debugMode);
 
-            var disableAntialiasing = getParam('disable-antialiasing', '[^&]+').trim() === '1';
-            var pixelScale = parseFloat(getParam('pixel-scale', '[^&]+').trim() || '1');
-            var disableWboit = getParam('disable-wboit', '[^&]+').trim() === '1';
             var hideControls = getParam('hide-controls', '[^&]+').trim() === '1';
             var pdbProvider = getParam('pdb-provider', '[^&]+').trim().toLowerCase();
             var emdbProvider = getParam('emdb-provider', '[^&]+').trim().toLowerCase();