Removed a deprecated element from the DMS structure

This commit is contained in:
Celine Mercier
2018-11-07 13:36:08 +01:00
parent b1090574da
commit 362df50fe9

View File

@ -103,9 +103,6 @@ typedef struct OBIDMS_infos {
typedef struct OBIDMS {
char dms_name[OBIDMS_MAX_NAME+1]; /** The name of the DMS.
*/
char directory_name[OBIDMS_MAX_NAME+1]; /**< The name of the directory
* containing the DMS.
*/
char directory_path[MAX_PATH_LEN+1]; /**< The absolute path of the directory
* containing the DMS.
*/