]> granicus.if.org Git - graphviz/commitdiff
remove unused DMKEY
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Feb 2021 01:46:14 +0000 (17:46 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Feb 2021 16:28:59 +0000 (08:28 -0800)
lib/gvc/gvconfig.c
lib/gvc/gvusershape.c

index 0b635d99df41191ebdbc93061cfe5f8fe30fe5b4..11d9ebfead288e4519911c82bd4fc52391854324 100644 (file)
@@ -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 */
index 3da26e8e961187ecc370d151574ecbc52541d891..42105ab928355a7feeb165cc8e6ac3ce631d1ef7 100644 (file)
@@ -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 <regex.h>