[gnome-terminal] build: Remove an unused variable



commit 90f5581cbef3fe4a70c1fe85eaf78b7f9947c5a1
Author: Egmont Koblinger <egmont gmail com>
Date:   Mon Feb 10 22:53:26 2020 +0100

    build: Remove an unused variable

 src/terminal-window.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/terminal-window.c b/src/terminal-window.c
index 7573ae01..7a8953c5 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -340,7 +340,6 @@ action_new_terminal_cb (GSimpleAction *action,
   TerminalApp *app;
   TerminalSettingsList *profiles_list;
   gs_unref_object GSettings *profile = NULL;
-  gs_free char *new_working_directory = NULL;
   gboolean can_toggle = FALSE;
 
   g_assert (TERMINAL_IS_WINDOW (window));


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