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 'Windows/Control/Dialog.h')
-rwxr-xr-xWindows/Control/Dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Windows/Control/Dialog.h b/Windows/Control/Dialog.h
index 154c4988..de42a656 100755
--- a/Windows/Control/Dialog.h
+++ b/Windows/Control/Dialog.h
@@ -9,8 +9,6 @@
namespace NWindows {
namespace NControl {
-BOOL APIENTRY DialogProcedure(HWND dialogHWND, UINT message, UINT wParam, LPARAM lParam);
-
class CDialog: public CWindow
{
public: