aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-string.c
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-01-25 04:09:24 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-01-25 04:09:24 +0800
commit6002ceae9b6d1220c5759aaa5b103be6f08f956d (patch)
tree89d16736aa16f9031e03c9917be88548e16bf569 /lib/ephy-string.c
parente46ddcebde16fb081aa4653939f796970a083c49 (diff)
downloadgsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar.gz
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar.bz2
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar.lz
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar.xz
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.tar.zst
gsoc2013-epiphany-6002ceae9b6d1220c5759aaa5b103be6f08f956d.zip
Remove totally wrong comment before ephy_string_blank_chr
Diffstat (limited to 'lib/ephy-string.c')
-rw-r--r--lib/ephy-string.c10
1 files changed, 0 insertions, 10 deletions
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)
{