[gnome-commander/gcmd-1-2-8] noop: code cleanup



commit 04de24dbd8e371c33c9ca41368bed3466b781156
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Wed Jun 29 22:52:39 2011 +0200

    noop: code cleanup

 src/utils.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/utils.cc b/src/utils.cc
index 59d9dd1..0446663 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -1172,7 +1172,7 @@ gchar *unc_to_unix (const gchar *path)
 GdkColor *gdk_color_new (gushort r, gushort g, gushort b)
 {
     GdkColor *c = g_new0 (GdkColor, 1);
-    c->pixel = 0;
+    // c->pixel = 0;
     c->red = r;
     c->green = g;
     c->blue = b;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]