Branch: refs/heads/master Author: Dimitar Zhekov dimitar.zhekov@gmail.com Committer: Dimitar Zhekov dimitar.zhekov@gmail.com Date: Fri, 02 Oct 2015 16:40:29 UTC Commit: 683b85302395f4c0622158378d3d24cd712d1a10 https://github.com/geany/geany-plugins/commit/683b85302395f4c0622158378d3d24...
Log Message: ----------- scope: removed geany_functions - obsolete in Geany 1.25
Modified Paths: -------------- scope/ChangeLog scope/src/common.h scope/src/plugme.c scope/src/scope.c
Modified: scope/ChangeLog 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -4,6 +4,8 @@ Removed the unused saved_id variable. * src/plugme.h: Removed the #ifndef checks, they don't work with Geany 1.25. + * src/common.h, src/plugme.c, src/scope.c: + Removed geany_functions, obsolete in Geany 1.25.
2015-10-01 Dimitar Zhekov dimitar.zhekov@gmail.com
Modified: scope/src/common.h 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -21,7 +21,6 @@
extern GeanyPlugin *geany_plugin; extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions;
typedef struct _MenuItem MenuItem; #define FRAME_ARGS '0' + (int) strlen(thread_id) - 1, thread_id, frame_id
Modified: scope/src/plugme.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -22,7 +22,6 @@ #include "geanyplugin.h"
extern GeanyData *geany_data; -extern GeanyFunctions *geany_functions;
/* This file must not depend on Scope */ #include "plugme.h"
Modified: scope/src/scope.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -27,7 +27,6 @@
GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions;
PLUGIN_VERSION_CHECK(224)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).