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:
parent
6361b5799a
commit
f2e4f834ec
@ -468,9 +468,6 @@ function addGeneralStyle() {
|
||||
document.querySelector('head').appendChild(el);
|
||||
};
|
||||
|
||||
function showHelpText() {
|
||||
};
|
||||
|
||||
function handleDomLoaded() {
|
||||
slideEls = document.querySelectorAll('section.slides > article');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user