summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-pref-dialog.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-05-03 12:08:36 +0200
committerraveit65 <[email protected]>2019-05-07 16:56:56 +0200
commit8ef9f0668c383b117b7f2ae6ddacb7dd38c1a543 (patch)
tree63bc1d22c67fe6109ff5204374929e20c5bc1374 /mate-dictionary/src/gdict-pref-dialog.c
parentd0a3797e331007434a42a3e9d753d1904ed9cf3a (diff)
downloadmate-utils-8ef9f0668c383b117b7f2ae6ddacb7dd38c1a543.tar.bz2
mate-utils-8ef9f0668c383b117b7f2ae6ddacb7dd38c1a543.tar.xz
Remove unused variables
Diffstat (limited to 'mate-dictionary/src/gdict-pref-dialog.c')
-rw-r--r--mate-dictionary/src/gdict-pref-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c
index 5975c686..d6dbcab2 100644
--- a/mate-dictionary/src/gdict-pref-dialog.c
+++ b/mate-dictionary/src/gdict-pref-dialog.c
@@ -408,7 +408,7 @@ source_edit_clicked_cb (GtkButton *button,
GtkTreeModel *model;
GtkTreeIter iter;
gboolean is_selected;
- gchar *name, *description;
+ gchar *name;
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->sources_view));
if (!selection)