[gnome-terminal] Remove unnecessary boolean return value
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-terminal] Remove unnecessary boolean return value
- Date: Mon, 22 Jun 2009 07:52:43 -0400 (EDT)
commit 1040db0c24c4cfedc1d2a174c07bdfeed90d6478
Author: Christian Persch <chpe gnome org>
Date: Mon Jun 22 13:46:47 2009 +0200
Remove unnecessary boolean return value
src/terminal-profile.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/terminal-profile.c b/src/terminal-profile.c
index 2f669a9..da87281 100644
--- a/src/terminal-profile.c
+++ b/src/terminal-profile.c
@@ -844,7 +844,7 @@ cleanup:
g_free (key);
}
-static gboolean
+static void
terminal_profile_save (TerminalProfile *profile)
{
TerminalProfilePrivate *priv = profile->priv;
@@ -879,8 +879,6 @@ terminal_profile_save (TerminalProfile *profile)
}
gconf_change_set_unref (changeset);
-
- return error == NULL;
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]