diff options
author | Noah Levitt <nlevitt@columbia.edu> | 2003-05-19 17:02:32 +0000 |
---|---|---|
committer | Noah Levitt <nlevitt@src.gnome.org> | 2003-05-19 17:02:32 +0000 |
commit | 6c4580c9c778efca1d802ef77142c9faba634ccf (patch) | |
tree | 1ca57121a4124efb32aa4a789b943fa013fd1cf6 /ChangeLog | |
parent | 6bc2ee510aab6cf2d1f3769656ca158812c26dee (diff) | |
download | glib-6c4580c9c778efca1d802ef77142c9faba634ccf.tar.gz glib-6c4580c9c778efca1d802ef77142c9faba634ccf.tar.bz2 glib-6c4580c9c778efca1d802ef77142c9faba634ccf.zip |
Remove unused function g_list_sort2 (bug #113203).
2003-05-19 Noah Levitt <nlevitt@columbia.edu>
* glib/glist.c: Remove unused function g_list_sort2 (bug #113203).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-05-19 Noah Levitt <nlevitt@columbia.edu> + * glib/glist.c: Remove unused function g_list_sort2 (bug #113203). + +2003-05-19 Noah Levitt <nlevitt@columbia.edu> + * glib/gunidecomp.c: Fix off-by-one error in g_unicode_canonical_ordering (bug #113260). |