Skip to content

Commit

Permalink
Remove deprecated geany_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Mar 6, 2016
1 parent c6c3a72 commit 9ef9efa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions addons/src/addons.c
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion addons/src/addons.h
Expand Up @@ -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);

Expand Down

0 comments on commit 9ef9efa

Please sign in to comment.