]> granicus.if.org Git - graphviz/commit
ps_font_equiv.h: remove unused 'DARWIN' branch
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 1 Sep 2021 14:56:20 +0000 (07:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Sep 2021 16:57:50 +0000 (09:57 -0700)
commit5a83772834e8913f9cd03eced96ca458b9d48ebf
tree84f3edd791b29d7cf4c810aae894a0990d19883f
parent02d64a21015aacd7a5ba14cdf009be6da208ad95
ps_font_equiv.h: remove unused 'DARWIN' branch

The macro defined on macOS is `__APPLE__`, not `DARWIN`. The build system
conditionally defines `DARWIN`, but config.h is not included in this file so
that has no effect. The else case of this logic is the same as the `DARWIN` case
so removing this has no effect.
lib/common/ps_font_equiv.h