diff --git a/plugins/classbuilder.c b/plugins/classbuilder.c index e0a2545c..2cc69198 100644 --- a/plugins/classbuilder.c +++ b/plugins/classbuilder.c @@ -29,7 +29,6 @@ #include "geanyplugin.h" GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(GEANY_API_VERSION) diff --git a/plugins/demoplugin.c b/plugins/demoplugin.c index 64a23ebc..26eaa781 100644 --- a/plugins/demoplugin.c +++ b/plugins/demoplugin.c @@ -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 diff --git a/plugins/export.c b/plugins/export.c index 2d01d882..e5165f6c 100644 --- a/plugins/export.c +++ b/plugins/export.c @@ -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, diff --git a/plugins/filebrowser.c b/plugins/filebrowser.c index 9d55c59b..7f47154a 100644 --- a/plugins/filebrowser.c +++ b/plugins/filebrowser.c @@ -43,7 +43,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(GEANY_API_VERSION) diff --git a/plugins/htmlchars.c b/plugins/htmlchars.c index 6c1ec407..1a8c1f00 100644 --- a/plugins/htmlchars.c +++ b/plugins/htmlchars.c @@ -32,7 +32,6 @@ GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(GEANY_API_VERSION) diff --git a/plugins/saveactions.c b/plugins/saveactions.c index 35b4f20c..ab51a29b 100644 --- a/plugins/saveactions.c +++ b/plugins/saveactions.c @@ -36,7 +36,6 @@ GeanyPlugin *geany_plugin; GeanyData *geany_data; -GeanyFunctions *geany_functions; PLUGIN_VERSION_CHECK(GEANY_API_VERSION) diff --git a/plugins/splitwindow.c b/plugins/splitwindow.c index ed8c0f87..4f0dec3a 100644 --- a/plugins/splitwindow.c +++ b/plugins/splitwindow.c @@ -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;