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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-22 17:57:14 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-22 17:57:14 +0300
commit1f203ac7f1edac3f434f2d8f3ee625fa38e7e807 (patch)
treec141c30aa2214ad5950903263adcdc614116339e /source/blender/src/space.c
parentaf12eaae1ff70fcb2441a89ed687c674d9d91388 (diff)
- Nothing to see hear, move along, move along.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 892a21aa6cd..469643a85e3 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -1456,12 +1456,6 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case PKEY:
if(G.obedit) {
-#ifdef USE_ZREXPMESH
- if(G.obedit->type==OB_MESH && G.qual==LR_ALTKEY) {
- extern void pymesh_edit_menu(void);
- pymesh_edit_menu();
- } else
-#endif
if(G.qual==LR_CTRLKEY || G.qual==(LR_SHIFTKEY|LR_CTRLKEY))
make_parent();
else if((G.qual==0) && G.obedit->type==OB_MESH)