[gnumeric] removed an accidentally left c++ style comment
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] removed an accidentally left c++ style comment
- Date: Wed, 16 Sep 2009 04:34:15 +0000 (UTC)
commit 735216f5f3a6502f20621c767851c15d7a222bd4
Author: Jean Brefort <jean brefort normalesup org>
Date: Wed Sep 16 06:33:52 2009 +0200
removed an accidentally left c++ style comment
src/item-cursor.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/item-cursor.c b/src/item-cursor.c
index b84647d..1e3a11f 100644
--- a/src/item-cursor.c
+++ b/src/item-cursor.c
@@ -1045,7 +1045,6 @@ static gboolean
item_cursor_button2_pressed (GocItem *item, int button, double x_, double y_)
{
ItemCursor *ic = ITEM_CURSOR (item);
-// gint64 x = x_ * item->canvas->pixels_per_unit, y = y_ * item->canvas->pixels_per_unit;
GdkEventButton *event = (GdkEventButton *) goc_canvas_get_cur_event (item->canvas);
switch (ic->style) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]