Index: third_party/lzma/v4_65/files/CPP/Windows/PropVariantConversions.h |
diff --git a/third_party/lzma/v4_65/files/CPP/Windows/PropVariantConversions.h b/third_party/lzma/v4_65/files/CPP/Windows/PropVariantConversions.h |
deleted file mode 100644 |
index 68ad9612924783dfca2d1b9fb71d594f5597be08..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/Windows/PropVariantConversions.h |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Windows/PropVariantConversions.h |
- |
-#ifndef __PROPVARIANTCONVERSIONS_H |
-#define __PROPVARIANTCONVERSIONS_H |
- |
-#include "Common/Types.h" |
-#include "Common/MyString.h" |
- |
-bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime = true, bool includeSeconds = true); |
-UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true); |
-UString ConvertPropVariantToString(const PROPVARIANT &propVariant); |
-UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant); |
- |
-#endif |