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:
authorKent Mein <mein@cs.umn.edu>2007-06-28 19:57:54 +0400
committerKent Mein <mein@cs.umn.edu>2007-06-28 19:57:54 +0400
commitcdb07720edff0513f52040b29325f1f7b3ff67f4 (patch)
tree479fc4b392c81e4be9c0c85e73617d3f4ba33849 /source/blender/src/header_ipo.c
parent85bbc4c3e20d828f31b96cc0c146e1d9c0aa3f4d (diff)
Code cleanup's done by bedraw
This is patch #6886 https://projects.blender.org/tracker/index.php?func=detail&aid=6886&group_id=9&atid=127 removes some unused define's and some code that is no longer used and fixes some formatting issues. Kent
Diffstat (limited to 'source/blender/src/header_ipo.c')
-rw-r--r--source/blender/src/header_ipo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/header_ipo.c b/source/blender/src/header_ipo.c
index b7fcc98356e..ce66296a50b 100644
--- a/source/blender/src/header_ipo.c
+++ b/source/blender/src/header_ipo.c
@@ -94,7 +94,6 @@
#include "blendef.h"
#include "mydevice.h"
-static int viewmovetemp = 0;
extern int totipo_edit, totipo_sel;
/* headerbutton call, assuming full context is set */
@@ -1065,7 +1064,6 @@ void do_ipo_buttons(short event)
allqueue(REDRAWVIEW3D, 0);
break;
case B_VIEW2DZOOM:
- viewmovetemp= 0;
view2dzoom(event);
scrarea_queue_headredraw(curarea);
break;