Remove all instances of g_return_if_fail (foo != NULL); that are
authorPadraig O'Briain <padraigo@src.gnome.org>
Fri, 27 Jul 2001 08:33:35 +0000 (08:33 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 27 Jul 2001 08:33:35 +0000 (08:33 +0000)
commit212877c783b8d2bec1eeba23369391a7c55d9108
tree728ee2b4d6f0cc664fafaa3c1c663b35a59030ad
parent94a3cdf33670d199c5a849a6b6196f7c2120c818
Remove all instances of g_return_if_fail (foo != NULL); that are

* atk/*.c:
Remove all instances of g_return_if_fail (foo != NULL); that are
immediately before a g_return_if_fail (ATK_IS_FOO (foo));
since the second check catches the NULL.
18 files changed:
ChangeLog
atk/atkcomponent.c
atk/atkdocument.c
atk/atkeditabletext.c
atk/atkhyperlink.c
atk/atkhypertext.c
atk/atkimage.c
atk/atkobject.c
atk/atkobjectfactory.c
atk/atkregistry.c
atk/atkrelation.c
atk/atkrelationset.c
atk/atkselection.c
atk/atkstateset.c
atk/atkstreamablecontent.c
atk/atktable.c
atk/atktext.c
atk/atkvalue.c