xed/plugins/wordcompletion
chingyinwan123 39e08bd3b8 Fix warnings when building xed 2.0.1 (#264)
* Remove unused variables

Fixes the following warnings when building xed:

../plugins/filebrowser/xed-file-browser-plugin.c: In function ‘xed_file_browser_plugin_activate’:
../plugins/filebrowser/xed-file-browser-plugin.c:532:22: warning: unused variable ‘schema’ [-Wunused-variable]
     GSettingsSchema *schema;
                      ^~~~~~
../plugins/filebrowser/xed-file-browser-plugin.c:531:28: warning: unused variable ‘schema_source’ [-Wunused-variable]
     GSettingsSchemaSource *schema_source;
                            ^~~~~~~~~~~~~

* Remove an unused variable

Fixes the following warning when building xed:

../plugins/sort/xed-sort-plugin.c: In function ‘buffer_sort_lines’:
../plugins/sort/xed-sort-plugin.c:168:12: warning: variable ‘last_line’ set but not used [-Wunused-but-set-variable]
     gchar *last_line = NULL;
            ^~~~~~~~~

* Remove an unused variable

Fixes the following warning when building xed:

../plugins/wordcompletion/xed-wordcompletion-plugin.c: In function ‘xed_wordcompletion_view_deactivate’:
../plugins/wordcompletion/xed-wordcompletion-plugin.c:306:34: warning: unused variable ‘provider’ [-Wunused-variable]
     GtkSourceCompletionProvider *provider;
                                  ^~~~~~~~

* Remove an unused variable

Fixes the following warning when building xed:

../plugins/spell/xed-spell-plugin.c: In function ‘update_ui’:
../plugins/spell/xed-spell-plugin.c:495:24: warning: unused variable ‘buffer’ [-Wunused-variable]
         GtkTextBuffer *buffer;
                        ^~~~~~
2018-12-11 11:38:12 +00:00
..
meson.build Port to meson (#258) 2018-11-19 11:09:52 +00:00
org.x.editor.plugins.wordcompletion.gschema.xml Creation of plugin Word completion (#199) 2018-03-16 10:50:39 +00:00
org.x.editor.plugins.wordcompletion.gschema.xml.in Creation of plugin Word completion (#199) 2018-03-16 10:50:39 +00:00
wordcompletion.plugin l10n: Update files 2018-05-22 12:53:27 +01:00
wordcompletion.plugin.desktop.in Wordcompletion: Fix a few mgsids 2018-03-16 11:10:22 +00:00
xed-wordcompletion-configure.ui Wordcompletion: Fix a few mgsids 2018-03-16 11:10:22 +00:00
xed-wordcompletion-plugin.c Fix warnings when building xed 2.0.1 (#264) 2018-12-11 11:38:12 +00:00
xed-wordcompletion-plugin.h Creation of plugin Word completion (#199) 2018-03-16 10:50:39 +00:00