Mercurial > pidgin
diff libpurple/smiley.h @ 23125:3da84b370eda
Remove undocumented and [apparently] unnecessary parameter from
purple_smiley_new_from_file.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Mon, 28 Apr 2008 06:11:36 +0000 |
| parents | d1bcb54920f8 |
| children | 6c4f47b9d201 |
line wrap: on
line diff
--- a/libpurple/smiley.h Mon Apr 28 00:01:07 2008 +0000 +++ b/libpurple/smiley.h Mon Apr 28 06:11:36 2008 +0000 @@ -92,8 +92,7 @@ * @return The custom smiley structure filled up. */ PurpleSmiley * -purple_smiley_new_from_file(const char *shortcut, const char *filepath, - const char *filename); +purple_smiley_new_from_file(const char *shortcut, const char *filepath); /** * Destroy the custom smiley and release the associated resources.
