From: Michael Orlitzky Date: Sat, 18 Nov 2023 19:58:20 +0000 (-0500) Subject: src/svgtiny.c: remove parent == NULL hack X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e3762b6517cf4d68c4a48aaae962db3d09f7da40;hp=e3762b6517cf4d68c4a48aaae962db3d09f7da40;p=libsvgtiny.git 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. ---