Skip to content

Commit

Permalink
remove some commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jun 16, 2019
1 parent 50e63b7 commit 4923d20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,8 @@
}
}

//from js/gui.js
//TODO: use static html
function attachButtonsDiv() {
/*
<div class="buttons">
<button class="ion-eye" title="Switch View"></button>
<button class="ion-full-enter" title="Toggle Fullscreen"></button>
</div>
*/
var buttons = document.createElement('div');
buttons.classList.add('buttons');

Expand Down

0 comments on commit 4923d20

Please sign in to comment.