diff options
author | Mark Thomas <[email protected]> | 2014-02-12 00:05:23 +0000 |
---|---|---|
committer | Mark Thomas <[email protected]> | 2014-02-12 00:05:23 +0000 |
commit | d6483a80a9eef3a9ba4ea1394558ebbaa39a7cbe (patch) | |
tree | 572dc84b68da056778ce6540d7e03247350b2232 /src/terminal-profile.c | |
parent | 393743c91f597abe846057d0485a32b46cd5bb3c (diff) | |
download | mate-terminal-d6483a80a9eef3a9ba4ea1394558ebbaa39a7cbe.tar.bz2 mate-terminal-d6483a80a9eef3a9ba4ea1394558ebbaa39a7cbe.tar.xz |
Fix some warnings.
Diffstat (limited to 'src/terminal-profile.c')
-rw-r--r-- | src/terminal-profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal-profile.c b/src/terminal-profile.c index bc836f1..67ab041 100644 --- a/src/terminal-profile.c +++ b/src/terminal-profile.c @@ -814,7 +814,6 @@ terminal_profile_save (TerminalProfile *profile) TerminalProfilePrivate *priv = profile->priv; GSettings *changeset; GSList *l; - GError *error = NULL; priv->save_idle_id = 0; changeset = g_settings_new_with_path (CONF_PROFILE_SCHEMA, |