[geany/geany] 3b484d: Merge pull request #464 from eht16/undeprecate_plugins

Enrico Tröger git-noreply at xxxxx
Sat Apr 25 10:22:52 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 25 Apr 2015 10:22:52 UTC
Commit:      3b484d8f9e5526709dd8ff8d0604cc541ca1ce5e
             https://github.com/geany/geany/commit/3b484d8f9e5526709dd8ff8d0604cc541ca1ce5e

Log Message:
-----------
Merge pull request #464 from eht16/undeprecate_plugins

Remove deprecated and unnecessary use of GeanyFunctions declaration


Modified Paths:
--------------
    plugins/classbuilder.c
    plugins/demoplugin.c
    plugins/export.c
    plugins/filebrowser.c
    plugins/htmlchars.c
    plugins/saveactions.c
    plugins/splitwindow.c

Modified: plugins/classbuilder.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -29,7 +29,6 @@
 #include "geanyplugin.h"
 
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)


Modified: plugins/demoplugin.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -39,7 +39,6 @@
 /* These items are set by Geany before plugin_init() is called. */
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 
 /* Check that the running Geany supports the plugin API version used below, and check


Modified: plugins/export.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,6 @@
 
 
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)
 PLUGIN_SET_INFO(_("Export"), _("Exports the current file into different formats."), VERSION,


Modified: plugins/filebrowser.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -43,7 +43,6 @@
 
 GeanyPlugin *geany_plugin;
 GeanyData *geany_data;
-GeanyFunctions *geany_functions;
 
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)


Modified: plugins/htmlchars.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,6 @@
 
 
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)


Modified: plugins/saveactions.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -36,7 +36,6 @@
 
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)


Modified: plugins/splitwindow.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -36,7 +36,6 @@ PLUGIN_SET_INFO(_("Split Window"), _("Splits the editor view into two windows.")
 
 
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 GeanyPlugin		*geany_plugin;
 
 



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


More information about the Commits mailing list