[Pkg-privacy-commits] [irssi-plugin-otr] 152/267: Remove unused code in otr.h
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit 6bf7d5eb8889615d2209b57483cddd0827723710
Author: David Goulet <dgoulet at ev0ke.net>
Date: Mon Nov 26 21:53:48 2012 -0500
Remove unused code in otr.h
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
src/otr.h | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/src/otr.h b/src/otr.h
index d905664..704b13c 100644
--- a/src/otr.h
+++ b/src/otr.h
@@ -82,22 +82,6 @@ struct otr_peer_context {
Fingerprint *active_fingerprint;
};
-/* these are returned by /otr contexts */
-
-struct fplist_ {
- char *fp;
- enum { NOAUTH, AUTHSMP, AUTHMAN } authby;
- struct fplist_ *next;
-};
-
-struct ctxlist_ {
- char *username;
- char *accountname;
- enum { STUNENCRYPTED, STENCRYPTED, STFINISHED, STUNKNOWN } state;
- struct fplist_ *fplist;
- struct ctxlist_ *next;
-};
-
/* returned by otr_getstatus */
enum otr_status {
IO_ST_PLAINTEXT = 0,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list