Remove redefine of DATADIR that leaked in from v4.7.x
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Jan 2014 15:09:15 +0000 (16:09 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Jan 2014 15:09:15 +0000 (16:09 +0100)
gtk/xboard.c

index 750e64f..334f92a 100644 (file)
@@ -182,7 +182,6 @@ extern char *getenv();
    char *dataDir; // for expanding ~~
 #else
 #  define SLASH '/'
-#  define DATADIR "~~"
 #endif
 
 #ifdef __EMX__