[gimp] Remove unused code
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Remove unused code
- Date: Thu, 30 Sep 2010 17:31:45 +0000 (UTC)
commit 14f9074675c83724d7e7b574e49be85200b9cfb8
Author: Mukund Sivaraman <muks banu com>
Date: Thu Sep 30 23:01:03 2010 +0530
Remove unused code
app/display/gimpdisplayshell-title.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-title.c b/app/display/gimpdisplayshell-title.c
index 0894d0f..dc6d6cb 100644
--- a/app/display/gimpdisplayshell-title.c
+++ b/app/display/gimpdisplayshell-title.c
@@ -179,7 +179,6 @@ gimp_display_shell_format_title (GimpDisplayShell *shell,
gint title_len,
const gchar *format)
{
- Gimp *gimp;
GimpImage *image;
gint num, denom;
gint i = 0;
@@ -187,7 +186,6 @@ gimp_display_shell_format_title (GimpDisplayShell *shell,
g_return_val_if_fail (GIMP_IS_DISPLAY_SHELL (shell), 0);
image = gimp_display_get_image (shell->display);
- gimp = gimp_display_get_gimp (shell->display);
if (! image)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]