diff options
Diffstat (limited to 'src/terminal-options.c')
-rw-r--r-- | src/terminal-options.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/terminal-options.c b/src/terminal-options.c index 58ddbe1..352466f 100644 --- a/src/terminal-options.c +++ b/src/terminal-options.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 @@ -179,7 +180,6 @@ unsupported_option_callback (const gchar *option_name, return TRUE; /* we do not want to bail out here but continue */ } - static gboolean G_GNUC_NORETURN option_version_cb (const gchar *option_name, const gchar *value, @@ -281,7 +281,6 @@ option_profile_id_cb (const gchar *option_name, return TRUE; } - static gboolean option_window_callback (const gchar *option_name, const gchar *value, |