From 5c9aff0c548eeec4e32e77b40569d9ca5a9f8c69 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 11 Jun 2017 12:52:06 +0200 Subject: Windows: Remove unused method ReadEfiConfig --- src/Format/FormatCom.idl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Format/FormatCom.idl') diff --git a/src/Format/FormatCom.idl b/src/Format/FormatCom.idl index e682803e..a6d58cd8 100644 --- a/src/Format/FormatCom.idl +++ b/src/Format/FormatCom.idl @@ -16,7 +16,7 @@ import "..\Common\Password.h"; [ uuid(56327DDA-F1A7-4e13-B128-520D129BDEF6), helpstring("VeraCrypt Format UAC Support Library"), - version(2.6) // Update ComSetup.cpp when changing version number + version(2.7) // Update ComSetup.cpp when changing version number ] library TrueCryptFormatCom { @@ -46,7 +46,6 @@ library TrueCryptFormatCom DWORD BackupEfiSystemLoader (); DWORD RestoreEfiSystemLoader (); DWORD GetEfiBootDeviceNumber (BSTR* pSdn); - DWORD ReadEfiConfig (BSTR filename, BSTR* pContent, DWORD *pcbRead); DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg); }; -- cgit v1.2.3