diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-08 07:42:32 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-08 07:42:32 +0300 |
commit | caff89011ee731657192dc076b6a1ea54fcee520 (patch) | |
tree | 2390a84cb56fbd7a472533efda7b24ea409f389e /plugins/New_GPG/src/globals.h | |
parent | b3d3b95a16be5b1785681f0f6fdc3bcdb967a42e (diff) |
new_gpg: a bit of refactoring
- eliminated few confusing globals (including unnecessary mutex)
- implemeted proper way to avoid collisions in some places
Diffstat (limited to 'plugins/New_GPG/src/globals.h')
-rwxr-xr-x | plugins/New_GPG/src/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/New_GPG/src/globals.h b/plugins/New_GPG/src/globals.h index 0434802bea..9b63ae4358 100755 --- a/plugins/New_GPG/src/globals.h +++ b/plugins/New_GPG/src/globals.h @@ -33,9 +33,6 @@ struct globals_s std::map<MCONTACT, contact_data> hcontact_data; map<int, MCONTACT> user_data; bool _terminate; - wstring new_key; - MCONTACT new_key_hcnt; - boost::mutex new_key_hcnt_mutex; int item_num; //TODO: get rid of this |