[balsa] various: remove redundant declarations



commit 10558b57e2f8a2dd09e81f00d11c0afa5db58a9d
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Mon May 27 15:35:05 2019 -0400

    various: remove redundant declarations
    
    Some cleanup from using G_DEFINE_TYPE{,WITH_PRIVATE} macros
    
    * libbalsa/gmime-filter-header.c:
    * libbalsa/server-config.c:
    * src/main-window.c:

 ChangeLog                      | 10 ++++++++++
 libbalsa/gmime-filter-header.c |  1 -
 libbalsa/server-config.c       |  2 --
 src/main-window.c              |  2 --
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 81d648d16..a159c6a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-05-27  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       various: remove redundant declarations
+
+       Some cleanup from using G_DEFINE_TYPE{,WITH_PRIVATE} macros
+
+       * libbalsa/gmime-filter-header.c:
+       * libbalsa/server-config.c:
+       * src/main-window.c:
+
 2019-05-27  Peter Bloomfield  <pbloomfield bellsouth net>
 
        address-books: remove redundant declarations
diff --git a/libbalsa/gmime-filter-header.c b/libbalsa/gmime-filter-header.c
index 3405d31fd..00d220023 100644
--- a/libbalsa/gmime-filter-header.c
+++ b/libbalsa/gmime-filter-header.c
@@ -19,7 +19,6 @@
 #include <string.h>
 #include "gmime-filter-header.h"
 
-static void g_mime_filter_header_class_init(GMimeFilterHeaderClass *klass);
 static void g_mime_filter_header_finalize(GObject *object);
 
 static GMimeFilter *filter_copy(GMimeFilter *filter);
diff --git a/libbalsa/server-config.c b/libbalsa/server-config.c
index 1e00927b6..12da41a4f 100644
--- a/libbalsa/server-config.c
+++ b/libbalsa/server-config.c
@@ -54,8 +54,6 @@ struct _LibBalsaServerCfgPrivate {
 G_DEFINE_TYPE_WITH_PRIVATE(LibBalsaServerCfg, libbalsa_server_cfg, GTK_TYPE_NOTEBOOK)
 
 
-static void libbalsa_server_cfg_class_init(LibBalsaServerCfgClass *klass);
-static void libbalsa_server_cfg_init(LibBalsaServerCfg *self);
 static GtkWidget *server_cfg_add_entry(GtkWidget *grid, guint row, const gchar *label, const gchar *value, 
GCallback callback,
                                                                gpointer cb_data)
        G_GNUC_WARN_UNUSED_RESULT;
diff --git a/src/main-window.c b/src/main-window.c
index 91b29a3d8..ee38f9d91 100644
--- a/src/main-window.c
+++ b/src/main-window.c
@@ -104,8 +104,6 @@ static void bw_check_messages_thread(struct check_messages_thread_info
 
 static void bw_display_new_mail_notification(int num_new, int has_new);
 
-static void balsa_window_class_init(BalsaWindowClass * klass);
-static void balsa_window_init(BalsaWindow * window);
 static void balsa_window_real_open_mbnode(BalsaWindow *window,
                                           BalsaMailboxNode *mbnode,
                                           gboolean set_current);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]