diff --git a/include/types.h b/include/types.h
index e0522c7b6..aa1fca118 100644
--- a/include/types.h
+++ b/include/types.h
@@ -977,8 +977,7 @@ typedef struct
   u32     pw_min;
   u32     pw_max;
   char   *truecrypt_keyfiles;
-  char   *veracrypt_keyfiles;
-  u32     veracrypt_pim;
+
 
   opencl_ctx_t          *opencl_ctx;
   hashconfig_t          *hashconfig;
diff --git a/src/hashcat.c b/src/hashcat.c
index 6220503f9..f9cc8f629 100644
--- a/src/hashcat.c
+++ b/src/hashcat.c
@@ -278,8 +278,6 @@ int main (int argc, char **argv)
     data.logfile_disable = user_options->logfile_disable;
     data.quiet = user_options->quiet;
     data.truecrypt_keyfiles = user_options->truecrypt_keyfiles;
-    data.veracrypt_keyfiles = user_options->veracrypt_keyfiles;
-    data.veracrypt_pim = user_options->veracrypt_pim;
 
     data.wordlist_mode = user_options_extra->wordlist_mode;
     data.attack_kern = user_options_extra->attack_kern;