From 2b014d61a528785fef5374627f8e841721e0e4e0 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 16 Feb 2015 22:18:39 +0000 Subject: Tox: restyled nodes list option page git-svn-id: http://svn.miranda-ng.org/main/trunk@12152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_events.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'protocols/Tox/src/tox_events.cpp') diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp index 41832cdee7..72626f5283 100644 --- a/protocols/Tox/src/tox_events.cpp +++ b/protocols/Tox/src/tox_events.cpp @@ -43,14 +43,3 @@ int OptInit(WPARAM wParam, LPARAM) Options_AddPage(wParam, &odp); return 0; } - -int PreShutdown(WPARAM, LPARAM) -{ - if (hAddNodeDlg) - SendMessage(hAddNodeDlg, WM_CLOSE, 0, 0); - - if (hChangeNodeDlg) - SendMessage(hChangeNodeDlg, WM_CLOSE, 0, 0); - - return 0; -} -- cgit v1.2.3