From 362df50fe9c2d899427a1e36d7d73bf76ab26455 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 7 Nov 2018 13:36:08 +0100 Subject: [PATCH] Removed a deprecated element from the DMS structure --- src/obidms.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/obidms.h b/src/obidms.h index daa0e17..3de8672 100755 --- a/src/obidms.h +++ b/src/obidms.h @@ -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. */