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:
authorJoshua Leung <aligorith@gmail.com>2008-06-03 14:04:42 +0400
committerJoshua Leung <aligorith@gmail.com>2008-06-03 14:04:42 +0400
commit62ca0e07dad7d79c79eda2c3eeef0afd7e939896 (patch)
tree3a38c8505dbdbd621e26719a370b0a01aee1b3c5 /source/blender/src
parent29f839b4a58ace4c4a42e361341e3768c019f9de (diff)
A few compiler warning fixes. Those in BME_customdata.c were more serious.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/editmesh_tools.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/src/editmesh_tools.c b/source/blender/src/editmesh_tools.c
index f85161c3e23..f9bb14a08c6 100644
--- a/source/blender/src/editmesh_tools.c
+++ b/source/blender/src/editmesh_tools.c
@@ -4480,11 +4480,6 @@ static void bevel_mesh_recurs(float bsize, short recurs, int allfaces)
}
void bevel_menu() {
- int vlayers[BME_CD_NUMTYPES] = {0,0,0,0};
- int elayers[BME_CD_NUMTYPES] = {0,0,0,0};
- int llayers[BME_CD_NUMTYPES] = {0,0,0,0};
- int players[BME_CD_NUMTYPES] = {0,0,0,0};
-
BME_Mesh *bm;
BME_TransData_Head *td;
TransInfo *t;