From dfad1dfebd31d8ef5f69180c343f89ca8585a14b Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 14 May 2020 10:28:20 -0700 Subject: [PATCH] Remove populateTheme (#3900) --- tests/playground.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playground.html b/tests/playground.html index 016b61bd9..96a5fa85d 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -146,7 +146,6 @@ function start() { }); workspace.configureContextMenu = configureContextMenu; addToolboxButtonCallbacks(); - populateTestThemes(); // Restore previously displayed text. if (sessionStorage) { var text = sessionStorage.getItem('textarea');