diff options
Diffstat (limited to 'scilab/modules/data_structures')
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.quit | 5 | ||||
-rw-r--r-- | scilab/modules/data_structures/etc/data_structures.start | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/scilab/modules/data_structures/etc/data_structures.quit b/scilab/modules/data_structures/etc/data_structures.quit index f582c9d..8a0f997 100644 --- a/scilab/modules/data_structures/etc/data_structures.quit +++ b/scilab/modules/data_structures/etc/data_structures.quit | |||
@@ -8,8 +8,3 @@ | |||
8 | // are also available at | 8 | // are also available at |
9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt | 9 | // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt |
10 | 10 | ||
11 | // Delete help chapter | ||
12 | // ============================================================================= | ||
13 | if WITH_HELPTOOLS then | ||
14 | del_help_chapter("data_structures",%t); | ||
15 | end | ||
diff --git a/scilab/modules/data_structures/etc/data_structures.start b/scilab/modules/data_structures/etc/data_structures.start index d7daf4d..fb401de 100644 --- a/scilab/modules/data_structures/etc/data_structures.start +++ b/scilab/modules/data_structures/etc/data_structures.start | |||
@@ -11,8 +11,3 @@ | |||
11 | // ============================================================================= | 11 | // ============================================================================= |
12 | load("SCI/modules/data_structures/macros/lib"); | 12 | load("SCI/modules/data_structures/macros/lib"); |
13 | 13 | ||
14 | // Add help chapter | ||
15 | // ============================================================================= | ||
16 | if WITH_HELPTOOLS then | ||
17 | add_module_help_chapter("data_structures"); | ||
18 | end | ||