summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/main.h')
-rwxr-xr-xplugins/New_GPG/src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/main.h b/plugins/New_GPG/src/main.h
index 23627a415a..353dee0aae 100755
--- a/plugins/New_GPG/src/main.h
+++ b/plugins/New_GPG/src/main.h
@@ -18,7 +18,7 @@
struct contact_data
{
- list<string> msgs_to_send, msgs_to_pass;
+ list<string> msgs_to_send;// msgs_to_pass;
string key_in_prescense;
};