Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 15 Oct 2023 21:31:37 UTC Commit: 40ae11b5b3d08548bf8be96655f4acb8715f313b https://github.com/geany/geany/commit/40ae11b5b3d08548bf8be96655f4acb8715f31...
Log Message: ----------- Remove unused variable
Remove variable leftover from 4f45f7014b3e7aabf650a68153ea38db4ffc5fcb
Modified Paths: -------------- src/tagmanager/tm_workspace.c
Modified: src/tagmanager/tm_workspace.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -950,7 +950,6 @@ GPtrArray *tm_workspace_find_prefix(const char *prefix, const gchar *current_scope, guint max_num) { - TMTagAttrType attrs[] = { tm_tag_attr_name_t, 0 }; GPtrArray *tags = g_ptr_array_new(); GPtrArray *header_candidates; SortInfo sort_info;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).