structure: remove superfluous guard against NULL
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Jan 2010 19:41:29 +0000 (19:41 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Jan 2010 19:44:35 +0000 (19:44 +0000)
commit51a462853ad8267f457a56711e9c8c9e5cea1f58
tree71801518ac189b68149947d48d08a5a9a181c429
parent4cdf375b1ad1f45eab8894a02c6ab7c75df1d0dd
structure: remove superfluous guard against NULL

All callers of this static function already check for NULL-ness
themselves, so no need to do it again (and if we do it, we should
probably do so before dereferencing the pointer for the first time).
gst/gststructure.c