[geany/geany-plugins] 36e60c: debugger: Remove a few redundant declarations

Colomban Wendling git-noreply at xxxxx
Fri Jun 8 16:37:19 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 08 Jun 2012 16:37:19
Commit:      36e60cdb1091c285aac51732af2a82c47ab0be74
             https://github.com/geany/geany-plugins/commit/36e60cdb1091c285aac51732af2a82c47ab0be74

Log Message:
-----------
debugger: Remove a few redundant declarations


Modified Paths:
--------------
    debugger/src/callbacks.c
    debugger/src/plugin.c

Modified: debugger/src/callbacks.c
1 files changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -117,7 +117,6 @@ void on_document_before_save(GObject *obj, GeanyDocument *doc, gpointer user_dat
 /*
  * 	Occures on saving document
  */
-void on_document_open(GObject *obj, GeanyDocument *doc, gpointer user_data);
 void on_document_save(GObject *obj, GeanyDocument *doc, gpointer user_data)
 {
 	if (_unexisting_file)


Modified: debugger/src/plugin.c
1 files changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -84,7 +84,6 @@ static void on_paned_mode_changed(GtkToggleButton *button, gpointer user_data)
 	tpage_pack_widgets(state);
 }
 
-extern void config_on_project_open(GObject *obj, GKeyFile *config, gpointer user_data);
 /* Called by Geany to initialize the plugin.
  * Note: data is the same as geany_data. */
 void plugin_init(GeanyData *data)


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list