[geany/geany-plugins] 9ef9ef: Remove deprecated geany_functions

Enrico Tröger git-noreply at xxxxx
Sun Mar 6 08:14:23 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 06 Mar 2016 08:14:23 UTC
Commit:      9ef9efa3e5cf631d8c1f3c030fb00c32b0f15539
             https://github.com/geany/geany-plugins/commit/9ef9efa3e5cf631d8c1f3c030fb00c32b0f15539

Log Message:
-----------
Remove deprecated geany_functions


Modified Paths:
--------------
    addons/src/addons.c
    addons/src/addons.h

Modified: addons/src/addons.c
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -43,10 +43,9 @@
 
 GeanyPlugin		*geany_plugin;
 GeanyData		*geany_data;
-GeanyFunctions	*geany_functions;
 
 
-PLUGIN_VERSION_CHECK(209)
+PLUGIN_VERSION_CHECK(224)
 PLUGIN_SET_TRANSLATABLE_INFO(
 	LOCALEDIR,
 	GETTEXT_PACKAGE,


Modified: addons/src/addons.h
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,6 @@
 
 extern GeanyPlugin		*geany_plugin;
 extern GeanyData		*geany_data;
-extern GeanyFunctions	*geany_functions;
 
 GtkWidget *ao_image_menu_item_new(const gchar *stock_id, const gchar *label);
 



--------------
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