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 / whgdata.js
diff --git a/doc/salome/gui/SMESH/whdata/whgdata.js b/doc/salome/gui/SMESH/whdata/whgdata.js
deleted file mode 100755 (executable)
index e38a107..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//     WebHelp 5.10.001
-var gIEA = new Array();
-function aGE(sName, sDef)
-{
-       var len = gIEA.length;
-       gIEA[len] = new gloEntry(sName, sDef);
-}
-
-function gloEntry(sName, sDef) 
-{
-       this.sName = sName;
-       this.sDef = sDef;
-       this.nNKOff = 0;
-}
-
-function window_OnLoad()
-{
-       if (parent && parent != this) {
-               if (parent.putData) 
-               {
-                       parent.putData(gIEA);
-               }
-       }
-}
-
-window.onload = window_OnLoad;
\ No newline at end of file