diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-16 22:18:39 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-16 22:18:39 +0000 |
commit | 2b014d61a528785fef5374627f8e841721e0e4e0 (patch) | |
tree | 718262e176d33159e1a606fdc9d895314a611614 /protocols/Tox/src/tox_events.cpp | |
parent | 160215636a1e482e6638bb5a771fdeabcd2da890 (diff) |
Tox: restyled nodes list option page
git-svn-id: http://svn.miranda-ng.org/main/trunk@12152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_events.cpp')
-rw-r--r-- | protocols/Tox/src/tox_events.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
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;
-}
|