Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 3418)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 4689)
@@ -35,9 +35,4 @@
   }
   
-  /* keep these? 
-     set_int_variable ("UNSIGN", 0);
-     FT_UNSIGN_MODE = FALSE;
-  */
-
   {
     
@@ -57,19 +52,8 @@
     set_str_variable ("KAPA", "kapa");
 
-# if 0    
-    help = getenv ("MANA-HELP");
-    if (help == (char *) NULL) {
-      /* try in exec path */
-      ALLOCATE (help, char, 1024);
-      execdir = findexec (argc, argv);
-      if (execdir == (char *) NULL) {
-	fprintf (stderr, "error with executable name: can't resolve path\n");
-	execdir = strcreate (".");
-      }
-      execname = filebasename (argv[0]);
-      sprintf (help, "%s/%s.hlp", execdir, execname);
-    }
-    set_str_variable ("HELPDIR", help);
-# endif
+  /* keep these? 
+     set_int_variable ("UNSIGN", 0);
+     FT_UNSIGN_MODE = FALSE;
+  */
 
     if (!ConfigInit (&argc, argv)) {
