diff -r 0a01f2c891c2 -r a3d49ff045a8 finch/gntconv.h --- a/finch/gntconv.h Fri Feb 21 02:45:13 2020 +0000 +++ b/finch/gntconv.h Thu Feb 20 23:56:05 2020 -0600 @@ -113,15 +113,12 @@ * FinchConvIm: * @sendto: The sendto widget which allows the user to select who they're * messaging. - * @e2ee_menu: The end-to-end-encryption widget which lets the user configure - * the encryption. * * The instant message implementation for a conversation. */ struct _FinchConvIm { GntMenuItem *sendto; - GntMenuItem *e2ee_menu; /*< private >*/ void *finch_reserved1;