[geany/geany-plugins] 31604b: Remove now redundant prototypes

Colomban Wendling git-noreply at xxxxx
Sat Nov 8 23:25:55 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 08 Nov 2014 23:25:55 UTC
Commit:      31604b8d4ad16a40177c7df3f7066bccebb97615
             https://github.com/geany/geany-plugins/commit/31604b8d4ad16a40177c7df3f7066bccebb97615

Log Message:
-----------
Remove now redundant prototypes

These prototypes never were really useful, and are redundant now Geany
provides them.


Modified Paths:
--------------
    geanyctags/src/geanyctags.c
    gproject/src/gproject-main.c
    pretty-printer/src/PluginEntry.c

Modified: geanyctags/src/geanyctags.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -80,10 +80,6 @@ enum
 
 
 
-void plugin_init(G_GNUC_UNUSED GeanyData * data);
-void plugin_cleanup(void);
-
-
 static void set_widgets_sensitive(gboolean sensitive)
 {
 	gtk_widget_set_sensitive(GTK_WIDGET(s_gt_item), sensitive);


Modified: gproject/src/gproject-main.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -46,10 +46,6 @@ GeanyFunctions *geany_functions;
 static gint page_index = -1;
 
 
-void plugin_init(G_GNUC_UNUSED GeanyData * data);
-void plugin_cleanup(void);
-
-
 static void on_doc_open(G_GNUC_UNUSED GObject * obj, G_GNUC_UNUSED GeanyDocument * doc,
 	    G_GNUC_UNUSED gpointer user_data)
 {


Modified: pretty-printer/src/PluginEntry.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -48,10 +48,6 @@ static void xml_format(GtkMenuItem *menuitem, gpointer gdata);
 static void kb_run_xml_pretty_print(G_GNUC_UNUSED guint key_id);
 static void config_closed(GtkWidget* configWidget, gint response, gpointer data);
 
-void plugin_init(GeanyData *data);
-void plugin_cleanup(void);
-GtkWidget* plugin_configure(GtkDialog * dialog);
-
 /*========================================== FUNCTIONS ===================================================================*/
 
 void plugin_init(GeanyData *data)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list