From abede3ca04c162b5221120f7e93eafcd8c97e347 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 14 Aug 2003 15:18:45 +0000 Subject: 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 --- source/blender/src/drawaction.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/src/drawaction.c') 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 -- cgit v1.2.3