From: buliabyak Date: Fri, 5 Jun 2009 21:04:47 +0000 (+0000) Subject: comment out apparently unused code X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9b776c616cdfe7c1e63c244406bfa2d7aaa66cd1;p=inkscape.git comment out apparently unused code --- diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index a28463e02..d1b6d62fc 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -449,6 +449,7 @@ static gint sp_box3d_context_root_handler(SPEventContext *event_context, GdkEven ret = true; break; + /* TODO: what is this??? case GDK_O: if (MOD__CTRL && MOD__SHIFT) { Box3D::create_canvas_point(persp3d_get_VP(inkscape_active_document()->current_persp3d, Proj::W).affine(), @@ -456,6 +457,7 @@ static gint sp_box3d_context_root_handler(SPEventContext *event_context, GdkEven } ret = true; break; + */ case GDK_g: case GDK_G: diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 61b7a0eb8..261c7d4cf 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -1042,6 +1042,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event) } break; +/* TODO: this is not yet enabled?? looks like some traces of the Geometry tool case GDK_P: case GDK_p: if (MOD__SHIFT_ONLY) { @@ -1073,6 +1074,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event) ret = TRUE; } break; +*/ case GDK_U: case GDK_u: