Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/GUI/UpdateCallbackGUI.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/GUI/UpdateCallbackGUI.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CPP/7zip/UI/GUI/UpdateCallbackGUI.h b/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
index b5ca154a..21b6f432 100755..100644
--- a/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
+++ b/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
@@ -33,9 +33,6 @@ public:
UStringVector FailedFiles;
CProgressDialog *ProgressDialog;
-
- void AddErrorMessage(LPCWSTR message);
- void AddErrorMessage(const wchar_t *name, DWORD systemError);
};
#endif