]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.cxx
ENH: Remove redundancie about GDCM_DICT stuff, now we only need to modify
[gdcm.git] / src / gdcmDictSet.cxx
index e2c12ef4b49de9313bd827dd7f9b00b592547cc8..0a407bb4657f54311efd467b63a3f0e6660a7ead 100644 (file)
@@ -5,12 +5,6 @@
 #include <fstream>
 #include <stdlib.h>  // For getenv
 
-#define PUB_DICT_NAME     "DicomV3Dict"
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define PUB_DICT_FILENAME "dicomV3.dic"
-
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 /**