diff options
Diffstat (limited to 'emcclib.js')
| -rw-r--r-- | emcclib.js | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -514,22 +514,6 @@ mergeInto(LibraryManager.library, { }, /* - * void js_canvas_make_statusbar(void); - * - * Cause a status bar to exist. Called at setup time if the puzzle - * back end turns out to want one. - */ - js_canvas_make_statusbar: function() { - if (statusbar === null) { - var statusholder = document.getElementById("statusbarholder"); - statusbar = document.createElement("div"); - statusbar.id = "statusbar"; - statusbar.appendChild(document.createTextNode(" ")); - statusholder.appendChild(statusbar); - } - }, - - /* * void js_canvas_remove_statusbar(void); * * Cause a status bar not to exist. Called at setup time if the |