Remove a lot of pointless g_return_if_fail() checks. (#169859, Morten

2005-03-10  Matthias Clasen  <mclasen@redhat.com>

	* glib/gdate.c: Remove a lot of pointless g_return_if_fail()
	checks.  (#169859, Morten Welinder)
This commit is contained in:
Matthias Clasen
2005-03-11 04:10:53 +00:00
committed by Matthias Clasen
parent 420410f035
commit 26fc5a7a6f
5 changed files with 22 additions and 26 deletions

View File

@@ -1,3 +1,8 @@
2005-03-10 Matthias Clasen <mclasen@redhat.com>
* glib/gdate.c: Remove a lot of pointless g_return_if_fail()
checks. (#169859, Morten Welinder)
2005-03-10 Sven Neumann <sven@gimp.org>
* tests/file-test.c: include <gstdio.h>.