]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: remove parent == NULL hack
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 18 Nov 2023 19:58:20 +0000 (14:58 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Nov 2023 16:42:58 +0000 (11:42 -0500)
commite3762b6517cf4d68c4a48aaae962db3d09f7da40
tree556dfdbf805d10910c697cab79f672ff8b145d8d
parent518d3ca221a6471ad824b4019e2486292aa43e2a
src/svgtiny.c: remove parent == NULL hack

Now that we're providing some (unused!) default user-agent properties,
this code path is apparently no longer reached. Never look a gift
horse in the mouth, is an insane saying. But everything works great
without the NULL check, so let's remove it.
src/svgtiny.c