diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-10-04 02:12:42 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-10-04 02:12:42 +0000 |
commit | 6a3c12bfd2a1829ac537a3b615d42c1e956a0586 (patch) | |
tree | 79d2fa3338a7a8e2040481c0e11b82905efca2b5 /protocols/Tox/src/tox_events.cpp | |
parent | 928158d25b533037df6ba4a1b1daedeefb05bbbb (diff) |
Tox:
- fixed network setting loading
- code reordering
git-svn-id: http://svn.miranda-ng.org/main/trunk@10680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_events.cpp')
-rw-r--r-- | protocols/Tox/src/tox_events.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp index a2a4b83a7e..d34ac4963a 100644 --- a/protocols/Tox/src/tox_events.cpp +++ b/protocols/Tox/src/tox_events.cpp @@ -1,12 +1,5 @@ #include "common.h"
-int CToxProto::OnPreShutdown(WPARAM, LPARAM)
-{
- UninitNetlib();
-
- return 0;
-}
-
INT_PTR CToxProto::OnAccountManagerInit(WPARAM, LPARAM lParam)
{
return (INT_PTR)CreateDialogParam(
|