diff --git a/Scripts/Functions/Help/help_deleteEntry.sh b/Scripts/Functions/Help/help_deleteEntry.sh index 913f270..7222636 100755 --- a/Scripts/Functions/Help/help_deleteEntry.sh +++ b/Scripts/Functions/Help/help_deleteEntry.sh @@ -92,13 +92,6 @@ function help_deleteEntry { # and cross references from remaining files. for ENTRY in ${ENTRIES};do - # Use entry files only. Directories are used to store - # dependent entries. Directories are not considered entries on - # themselves. - if [[ ! -f $ENTRY ]];then - continue - fi - # Update menu and node definitions from manual sections to # reflect the changes. help_updateMenu "remove-entry"