[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Wed, 29 Jun 2011 20:53:09 +0000 (UTC)
commit 654f690458238580d3c28cf231cd605ccc666fcb
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 066b70f..9e0fdf3 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -1146,7 +1146,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]