Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 06 Mar 2016 08:14:49 UTC Commit: 0b85df2320557a4d5d6705088fc1fc007f6be883 https://github.com/geany/geany-plugins/commit/0b85df2320557a4d5d6705088fc1fc...
Log Message: ----------- Remove deprecated geany_functions
Modified Paths: -------------- spellcheck/src/scplugin.c spellcheck/src/scplugin.h
Modified: spellcheck/src/scplugin.c 3 lines changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -37,10 +37,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: spellcheck/src/scplugin.h 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -54,6 +54,5 @@ typedef struct extern SpellCheck *sc_info; extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions;
#endif
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org