mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
Remove ErrorOut function
- replace the ErrorOut function with a simple return E_FAIL - there is non reason to call some MessageBox()
This commit is contained in:
@@ -47,7 +47,6 @@ class CEncoder:
|
||||
UInt32 _numThreads;
|
||||
|
||||
LZ5MT_CCtx *_ctx;
|
||||
HRESULT CEncoder::ErrorOut(size_t code);
|
||||
|
||||
public:
|
||||
MY_QUERYINTERFACE_BEGIN2(ICompressCoder)
|
||||
|
||||
Reference in New Issue
Block a user