[gnome-terminal] prefs: Remove unused variable



commit 8973473cb362f1ac92f2a178f8a936b17e30e466
Author: Christian Persch <chpe src gnome org>
Date:   Fri Sep 28 12:59:27 2018 +0200

    prefs: Remove unused variable

 src/terminal-prefs.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/terminal-prefs.c b/src/terminal-prefs.c
index 5bc77186..4d8dcf29 100644
--- a/src/terminal-prefs.c
+++ b/src/terminal-prefs.c
@@ -585,7 +585,6 @@ listbox_add_all_profiles (PrefData *data)
 
   for (l = list; l != NULL; l = l->next) {
     GSettings *profile = (GSettings *) l->data;
-    gs_free gchar *text = g_settings_get_string (profile, TERMINAL_PROFILE_VISIBLE_NAME_KEY);
     gs_free gchar *uuid = terminal_settings_list_dup_uuid_from_child (data->profiles_list, profile);
 
     row = listbox_create_row (NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]