summaryrefslogtreecommitdiff
path: root/plugins/YAMN/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YAMN/src')
-rw-r--r--plugins/YAMN/src/proto/pop3/pop3comm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.cpp b/plugins/YAMN/src/proto/pop3/pop3comm.cpp
index da50c74b56..f34251b1c2 100644
--- a/plugins/YAMN/src/proto/pop3/pop3comm.cpp
+++ b/plugins/YAMN/src/proto/pop3/pop3comm.cpp
@@ -273,10 +273,8 @@ int RegisterPOP3Plugin(WPARAM,LPARAM)
HACCOUNT Finder;
DBVARIANT dbv;
- char *szProto;
- for (Finder=POP3Plugin->FirstAccount;Finder != NULL;Finder=Finder->Next)
- {
+ for (Finder=POP3Plugin->FirstAccount;Finder != NULL;Finder=Finder->Next) {
Finder->hContact = NULL;
for (HANDLE hContact = db_find_first(YAMN_DBMODULE); hContact; hContact = db_find_next(hContact, YAMN_DBMODULE)) {
if (!db_get_s(hContact,YAMN_DBMODULE,"Id",&dbv)) {