Index: third_party/lzma/v4_65/files/CPP/7zip/UI/Console/UserInputUtils.h |
diff --git a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/UserInputUtils.h b/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/UserInputUtils.h |
deleted file mode 100644 |
index 8b5232b3fc26b271935ae93e35dbf2263d2efd0b..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/UserInputUtils.h |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-// UserInputUtils.h |
- |
-#ifndef __USERINPUTUTILS_H |
-#define __USERINPUTUTILS_H |
- |
-#include "Common/StdOutStream.h" |
- |
-namespace NUserAnswerMode { |
- |
-enum EEnum |
-{ |
- kYes, |
- kNo, |
- kYesAll, |
- kNoAll, |
- kAutoRenameAll, |
- kQuit |
-}; |
-} |
- |
-NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream); |
-UString GetPassword(CStdOutStream *outStream); |
- |
-#endif |