diff options
Diffstat (limited to 'src/terminal-app.c')
-rw-r--r-- | src/terminal-app.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/terminal-app.c b/src/terminal-app.c index db9fbf4..d54da49 100644 --- a/src/terminal-app.c +++ b/src/terminal-app.c @@ -4,6 +4,7 @@ * Copyright © 2002 Sun Microsystems * Copyright © 2003 Mariano Suarez-Alvarez * Copyright © 2008 Christian Persch + * Copyright (C) 2012-2021 MATE Developers * * Mate-terminal is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -39,7 +40,6 @@ #include "terminal-encoding.h" #include <string.h> #include <stdlib.h> -#include <time.h> #ifdef HAVE_SMCLIENT #include "eggsmclient.h" @@ -157,7 +157,6 @@ static TerminalApp *global_app = NULL; #define ENCODING_LIST_KEY "active-encodings" - /* two following functions were copied from libmate-desktop to get rid * of dependency on it * @@ -286,7 +285,6 @@ terminal_app_get_workspace_for_window (TerminalWindow *window) return ret; } - /* Menubar mnemonics settings handling */ static int @@ -1437,7 +1435,6 @@ terminal_app_init (TerminalApp *app) G_CALLBACK(terminal_app_system_font_notify_cb), app); - g_signal_connect (settings_global, "changed::" ENABLE_MNEMONICS_KEY, G_CALLBACK(terminal_app_enable_mnemonics_notify_cb), |