aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/ephy-string.c10
2 files changed, 6 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 40efefb93..48773626b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-24 Adam Hooper <adamh@cvs.gnome.org>
+ * lib/ephy-string.c:
+
+ Remove totally wrong comment before ephy_string_blank_chr ()
+
+2004-01-24 Adam Hooper <adamh@cvs.gnome.org>
+
* lib/ephy-file-helpers.c:
* lib/ephy-file-helpers.h:
* src/window-commands.c: (save_temp_source):
diff --git a/lib/ephy-string.c b/lib/ephy-string.c
index a2882c685..df7fc7e11 100644
--- a/lib/ephy-string.c
+++ b/lib/ephy-string.c
@@ -100,16 +100,6 @@ ephy_string_to_int (const char *string, gulong *integer)
return TRUE;
}
-/**
- * ephy_str_strip_chr:
- * Remove all occurrences of a character from a string.
- *
- * @source: The string to be stripped.
- * @remove_this: The char to remove from @source
- *
- * Return value: A copy of @source, after removing all occurrences
- * of @remove_this.
- */
char *
ephy_string_blank_chr (char *source)
{