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:
authorRob Haarsma <phaseIV@zonnet.nl>2005-01-14 20:35:24 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2005-01-14 20:35:24 +0300
commit981ecc390a5a04c6c53bf5c0a566cf8e7aac7bee (patch)
treec0c57db91e8e9a090f1255479d87ecf698aba8f1 /source/blender/src/editmesh_add.c
parent3ba66e20b9a47e2d9d0484b049aea0990fed2ee1 (diff)
Made Suzanne speechless again... what was i thinking.
Diffstat (limited to 'source/blender/src/editmesh_add.c')
-rw-r--r--source/blender/src/editmesh_add.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/editmesh_add.c b/source/blender/src/editmesh_add.c
index e169c0efdf7..b285b80da15 100644
--- a/source/blender/src/editmesh_add.c
+++ b/source/blender/src/editmesh_add.c
@@ -851,11 +851,8 @@ void add_primitiveMesh(int type)
allqueue(REDRAWALL, 0);
makeDispList(G.obedit);
- if (type==13) notice("Oooh Oooh Oooh");
-
/* if a new object was created, it stores it in Mesh, for reload original data and undo */
if(newob) load_editMesh();
BIF_undo_push(undostr);
-
}