summaryrefslogtreecommitdiff
path: root/scripting/workben/installer/Register.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/workben/installer/Register.java')
-rw-r--r--scripting/workben/installer/Register.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripting/workben/installer/Register.java b/scripting/workben/installer/Register.java
index e2d7ceabc9af..420ba61e177e 100644
--- a/scripting/workben/installer/Register.java
+++ b/scripting/workben/installer/Register.java
@@ -125,17 +125,6 @@ public class Register{
}
}
- // if ( !regSingletons( path, progpath, opSys, statusLabel ) )
- // {
- // return false;
- // }
- // updating ProtocolHandler
- /* statusLabel.setText("Updating ProtocolHandler...");
- if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
- statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
- return false;
- } */
-
// updating StarBasic libraries
statusLabel.setText("Updating StarBasic libraries...");
if(!FileUpdater.updateScriptXLC(path, statusLabel)) {