diff options
Diffstat (limited to 'plugins/openpgp/src/stream_flag.vala')
-rw-r--r-- | plugins/openpgp/src/stream_flag.vala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/openpgp/src/stream_flag.vala b/plugins/openpgp/src/stream_flag.vala index 8593fa9d..df598625 100644 --- a/plugins/openpgp/src/stream_flag.vala +++ b/plugins/openpgp/src/stream_flag.vala @@ -1,7 +1,6 @@ using Gee; using Xmpp; -using Xmpp; namespace Dino.Plugins.OpenPgp { @@ -19,4 +18,4 @@ public class Flag : XmppStreamFlag { public override string get_id() { return IDENTITY.id; } } -}
\ No newline at end of file +} |