remove unised function

This commit is contained in:
Isaac Connor 2021-03-23 13:53:25 -04:00
parent e5a464f090
commit 37a8f007c8
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
function streamCmdQuit( ) {
if ( action ) {
streamCmdReq.send( streamCmdParms+"&command="+CMD_QUIT );
}
}
// Manage the Add New Zone button
function AddNewZone(el) {
url = el.getAttribute('data-url');