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>2003-08-14 19:18:45 +0400
committerKent Mein <mein@cs.umn.edu>2003-08-14 19:18:45 +0400
commitabede3ca04c162b5221120f7e93eafcd8c97e347 (patch)
tree51c94520e32bb68d75fb10067fea0c0e029339bc /source/blender/src/drawaction.c
parent80f3d5863e92308ed6267d82c13d9aaf62938fc9 (diff)
A little more cleanup, removed a bunch of unused vars in the code.
Trying to get rid of some of the extra warnings we can ignore ;) Kent
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index fbb24c48d5f..0cb9b75bf73 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -114,11 +114,8 @@ void meshactionbuts(SpaceAction *saction, Key *key)
{
int i;
char str[64];
- char keyname[32];
- float x, y, ybase;
+ float x, y;
uiBlock *block;
- uiBut *but;
- short ofsx, ofsy = 0;
#define RVKBGCOL .6, .65, .7
#define XIC 20
#define YIC 20