From 7beb57f3bdf5d40aa4a3581367625ac7312b42a8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jun 2021 16:02:52 +1000 Subject: Cleanup: update comments --- source/blender/editors/space_view3d/view3d_walk.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/space_view3d/view3d_walk.c') diff --git a/source/blender/editors/space_view3d/view3d_walk.c b/source/blender/editors/space_view3d/view3d_walk.c index 84515d4a39b..370ed7d12cf 100644 --- a/source/blender/editors/space_view3d/view3d_walk.c +++ b/source/blender/editors/space_view3d/view3d_walk.c @@ -989,9 +989,6 @@ static int walkApply(bContext *C, WalkInfo *walk, bool is_confirm) #define WALK_MOVE_SPEED base_speed #define WALK_BOOST_FACTOR ((void)0, walk->speed_factor) - /* walk mode - Ctrl+Shift+F - * a walk loop where the user can move move the view as if they are in a walk game - */ RegionView3D *rv3d = walk->rv3d; ARegion *region = walk->region; -- cgit v1.2.3