diff options
Diffstat (limited to 'src/gmutil.h')
-rw-r--r-- | src/gmutil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gmutil.h b/src/gmutil.h index 9217b0e3..c9d7baae 100644 --- a/src/gmutil.h +++ b/src/gmutil.h | |||
@@ -151,8 +151,3 @@ const iString * findContainerArchive_Path (const iString *path); | |||
151 | 151 | ||
152 | 152 | ||
153 | const iString * feedEntryOpenCommand_String (const iString *url, int newTab); /* checks fragment */ | 153 | const iString * feedEntryOpenCommand_String (const iString *url, int newTab); /* checks fragment */ |
154 | |||
155 | /* TODO: Consider adding this to the_Foundation. */ | ||
156 | int replaceRegExp_String (iString *, const iRegExp *regexp, const char *replacement, | ||
157 | void (*matchHandler)(void *, const iRegExpMatch *), | ||
158 | void *context); | ||