Skip to content

Commit

Permalink
Ignore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Mar 18, 2018
1 parent a1b4641 commit 05ec870
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions content/_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,29 +296,6 @@ function aios_openDialog(which, args) {
toOpenWindowByType(theId, theUrl, theFeatures);
}

/*
* Check which elements should be displayed
* => Called by initialization
*/
function aios_synchElements(aElems) {
var elem,
child,
childElems,
childMode;

for (var i = 0; i < aElems.length; i++) {
elem = document.getElementById(aElems[i]);

if (elem) {
childElems = elem.getAttribute('aiosChilds');
if (childElems) {
childMode = !aios_getBoolean(elem, 'checked');
aios_toggleChilds(childElems, childMode);
}
}
}
}

/*
* Toggles a menu item and/or its/their element(s)
* => Called through the menuitems in the aios.xul
Expand Down

0 comments on commit 05ec870

Please sign in to comment.