blob: 9b00512431d3cea755e34602a75b9963f17f5729 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- rc.c.orig Fri Jan 28 09:46:07 2000
+++ rc.c Fri Jan 28 18:58:17 2000
@@ -540,13 +540,3 @@
Strcat_charp(file, base);
return expandName(file->ptr);
}
-
-char *
-helpFile(char *base)
-{
- Str file = Strnew_charp(HELP_DIR);
-
- Strcat_char(file, '/');
- Strcat_charp(file, base);
- return expandName(file->ptr);
-}
|