summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp2
1 files changed, 2 insertions, 0 deletions
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: