1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:04:49 -07:00

cmd/present/static: remove unused function

Change-Id: I2d5db20ffb2ae59818b69d33d91256bc829ee6d8
Reviewed-on: https://go-review.googlesource.com/21445
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Gerrand 2016-04-04 14:28:37 +10:00
parent 6361b5799a
commit f2e4f834ec

View File

@ -468,9 +468,6 @@ function addGeneralStyle() {
document.querySelector('head').appendChild(el);
};
function showHelpText() {
};
function handleDomLoaded() {
slideEls = document.querySelectorAll('section.slides > article');