mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Remove commented code
This commit is contained in:
parent
eaa9bf06d2
commit
96cb22030e
@ -57,13 +57,6 @@ std::vector<GUID> supportedFileFormats(_supportedFileFormats, _supportedFileForm
|
|||||||
DEFINE_GUID(IID_InArchive, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x60, 0x00, 0x00);
|
DEFINE_GUID(IID_InArchive, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x06, 0x00, 0x60, 0x00, 0x00);
|
||||||
DEFINE_GUID(IID_ISetCompressCodecsInfoX, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x61, 0x00, 0x00);
|
DEFINE_GUID(IID_ISetCompressCodecsInfoX, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x04, 0x00, 0x61, 0x00, 0x00);
|
||||||
|
|
||||||
//#ifdef Q_OS_UNIX
|
|
||||||
// Z7_DEFINE_GUID(IID_IOutStream, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x04, 0x00, 0x00);
|
|
||||||
// Z7_DEFINE_GUID(IID_IInStream, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00);
|
|
||||||
// Z7_DEFINE_GUID(IID_IStreamGetSize, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x06, 0x00, 0x00);
|
|
||||||
// Z7_DEFINE_GUID(IID_ISequentialInStream, 0x23170F69, 0x40C1, 0x278A, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00, 0x00);
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
struct SevenZipInterface {
|
struct SevenZipInterface {
|
||||||
CreateObjectFunc createObjectFunc;
|
CreateObjectFunc createObjectFunc;
|
||||||
GetMethodPropertyFunc getMethodPropertyFunc;
|
GetMethodPropertyFunc getMethodPropertyFunc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user