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/editipo.c')
-rw-r--r--source/blender/src/editipo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index 0db4f60ffca..8924cf6092d 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -1426,7 +1426,6 @@ void swap_selectall_editipo()
}
else if(totipo_edit==0) {
ei= G.sipo->editipo;
- printf("before totipo_sel %d\n", totipo_sel);
if (ei){
for(a=0; a<G.sipo->totipo; a++) {
if( ei->flag & IPO_VISIBLE ) {
@@ -1438,7 +1437,6 @@ void swap_selectall_editipo()
update_editipo_flags();
}
get_status_editipo();
- printf("after totipo_sel %d\n", totipo_sel);
}
else {
ei= G.sipo->editipo;