diff --git a/tests/playground.html b/tests/playground.html index 48674ec72..5d8d058ad 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -269,18 +269,6 @@ function addToolboxButtonCallbacks() { Blockly.TestBlocks.insertConnectionStatements); } -function changeRenderingConstant(value) { - var type = document.getElementById('rendering-constant-selector').value; - if (type == 'fontSize') { - var fontStyle = { - 'size': value - }; - workspace.getTheme().setFontStyle(fontStyle); - } - // Refresh theme. - workspace.setTheme(workspace.getTheme()); -} - function setBackgroundColour() { // Set background colour to differentiate server vs local copy. if (location.protocol == 'file:') { @@ -536,7 +524,8 @@ var spaghettiXml = [