[gimp] lighting: remove useless function call
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] lighting: remove useless function call
- Date: Sun, 13 Feb 2011 12:19:33 +0000 (UTC)
commit 5173b8559c79afebaa732f5c3629dd723ed3492d
Author: Mikael Magnusson <mikachu src gnome org>
Date: Sun Feb 13 08:43:05 2011 +0100
lighting: remove useless function call
plug-ins/lighting/lighting-preview.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/plug-ins/lighting/lighting-preview.c b/plug-ins/lighting/lighting-preview.c
index e647c92..5d2ca08 100644
--- a/plug-ins/lighting/lighting-preview.c
+++ b/plug-ins/lighting/lighting-preview.c
@@ -390,11 +390,6 @@ draw_handles (void)
}
color.red = 0x0;
- color.green = 0x0;
- color.blue = 0x0;
- gdk_cairo_set_source_color (cr, &color);
-
- color.red = 0x0;
color.green = 0x4000;
color.blue = 0xFFFF;
gdk_cairo_set_source_color (cr, &color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]