From: Matthew Fernandez Date: Fri, 5 Feb 2021 01:46:14 +0000 (-0800) Subject: remove unused DMKEY X-Git-Tag: 2.47.0~76^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=272005b3305226d57a69bf5aaf3641c638338d02;p=graphviz remove unused DMKEY --- diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index 0b635d99d..11d9ebfea 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -25,7 +25,6 @@ #define GLOB_ABORTED 2 /* Read error. */ #define GLOB_NOMATCH 3 /* No matches found. */ #define GLOB_NOSORT 4 -#define DMKEY "Software\\Microsoft" //key to look for library dir typedef struct { int gl_pathc; /* count of total paths so far */ int gl_matchc; /* count of paths matching pattern */ diff --git a/lib/gvc/gvusershape.c b/lib/gvc/gvusershape.c index 3da26e8e9..42105ab92 100644 --- a/lib/gvc/gvusershape.c +++ b/lib/gvc/gvusershape.c @@ -24,7 +24,6 @@ #define GLOB_ABORTED 2 /* Read error. */ #define GLOB_NOMATCH 3 /* No matches found. */ #define GLOB_NOSORT 4 -#define DMKEY "Software\\Microsoft" //key to look for library dir #endif #include