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/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