]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny.c: remove parent == NULL hack
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Jun 2025 15:53:44 +0000 (11:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Jun 2025 01:13:07 +0000 (21:13 -0400)
commit95356c78a1a07812f2ddb2345defb955a3ff67e7
tree6e7dcc174130fcced601686a33aed99f38d778db
parentfaee4c3afe732e1c534a5067a76e97a8e88a7ce4
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