Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 45810d12745..a0b54e54a32 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -681,20 +681,6 @@ int blenderqread(unsigned short event, short val)
}
}
}
- else if(G.qual==LR_SHIFTKEY) { // ??
- if(G.obedit)
- exit_editmode(EM_FREEDATA|EM_FREEUNDO|EM_WAITCURSOR); // freedata, and undo
- if(G.f & G_FACESELECT)
- set_faceselect();
- if(G.f & G_VERTEXPAINT)
- set_vpaint();
- if(G.f & G_TEXTUREPAINT)
- set_texturepaint();
- if(G.f & G_WEIGHTPAINT)
- set_wpaint();
- if(G.f & G_SCULPTMODE)
- set_sculptmode();
- }
break;
case BACKSPACEKEY: