Skip to content

Commit 291c8de

Browse files
author
delphidabbler
committed
Remove unused checkForUpdates() JS function
1 parent 641cdf8 commit 291c8de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Src/Res/Scripts/external.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ function showNews() {
8585
return false;
8686
}
8787

88-
/*
89-
* Calls external object to get host application to check for program updates.
90-
* @return False.
91-
*/
92-
function checkForUpdates() {
93-
external.CheckForUpdates();
94-
return false;
95-
}
96-
9788
/*
9889
* Calls external object to get host application to display About box.
9990
* @return False,

0 commit comments

Comments
 (0)