Salome HOME
Merge from branch BR_Dev_For_4_0 (from tag mergeto_BR_QT4_Dev_12Feb08)
[modules/smesh.git] / doc / salome / gui / SMESH / whdata / whidx.js
diff --git a/doc/salome/gui/SMESH/whdata/whidx.js b/doc/salome/gui/SMESH/whdata/whidx.js
deleted file mode 100755 (executable)
index c34fb24..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-//     WebHelp 5.10.001
-var gaFileMapping = new Array();
-function fileMapping(sBK, sEK, sFileName, nNum)
-{
-       this.sBK = sBK;
-       this.sEK = sEK;
-       this.sFileName = sFileName;
-       this.aKs = null;
-       this.nNum = nNum;
-       this.oUsedItems = null;
-}
-
-
-function iFM(sBK, sEK, sFileName, nNum)
-{
-       var i = gaFileMapping.length;
-       gaFileMapping[i] = new fileMapping(sBK, sEK, sFileName, nNum);  
-       if (i == 0) {
-               gaFileMapping[i].nTotal = nNum;
-       }
-       else {
-               gaFileMapping[i].nTotal = nNum + gaFileMapping[i - 1].nTotal;
-       }
-}
-
-function window_OnLoad()
-{
-       if (parent && parent != this && parent.projReady)
-       {
-               parent.projReady(gaFileMapping);
-       }               
-}
-
-window.onload = window_OnLoad;