Skip to content

Commit d4fb419

Browse files
author
delphidabbler
committed
Remove unused showPrefsPage() JS function
1 parent 291c8de commit d4fb419

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Src/Res/Scripts/external.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,3 @@ function showAboutBox() {
9393
external.ShowAboutBox();
9494
return false;
9595
}
96-
97-
/*
98-
* Calls external object to display the tab with the given frame class in the
99-
* Preferences dialogue box.
100-
* @param string tabCls [in] Name of class of frame hosting required
101-
* preferences page.
102-
* @return False.
103-
*/
104-
function showPrefsPage(tabCls) {
105-
external.ShowPrefsPage(tabCls);
106-
return false;
107-
}

0 commit comments

Comments
 (0)