CamelNNTPStore: Remove unused "posting_allowed" flag.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 21 May 2013 17:25:48 +0000 (13:25 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Wed, 22 May 2013 13:28:45 +0000 (09:28 -0400)
(cherry picked from commit c9342840ead4c6b7cdb2d85f5573b6ea8d3492d3)

camel/providers/nntp/camel-nntp-store.h

index af7ca5a..7d7c8f6 100644 (file)
@@ -78,7 +78,6 @@ struct _CamelNNTPStore {
        CamelDiscoStore parent;
        CamelNNTPStorePrivate *priv;
 
-       guint posting_allowed : 1;
        gboolean password_reprompt;
 
        struct _CamelNNTPStoreSummary *summary;