diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 14:11:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 14:11:28 +0000 |
commit | dfc7c1ee5083b76723c98568a3fb4d607d8c1a76 (patch) | |
tree | c2e40ad0fc8477951e44d251600777f8480378f8 /src/modules/metacontacts/meta_main.cpp | |
parent | 6e29a3eb7fafe4abc5d67056e362adc243ad9bf9 (diff) |
META_PROTO/Handle removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index ac7a888fb5..446bc515f8 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -62,7 +62,6 @@ int LoadMetacontacts(void) db_set_resident(META_PROTO, "Status");
db_set_resident(META_PROTO, "IdleTS");
- db_set_resident(META_PROTO, "Handle");
db_set_resident(META_PROTO, "WindowOpen");
//set all contacts to 'offline', and initialize subcontact counter for db consistency check
|