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:
authorKen Hughes <khughes@pacific.edu>2006-11-17 20:50:43 +0300
committerKen Hughes <khughes@pacific.edu>2006-11-17 20:50:43 +0300
commit318a694a2592af3324df5b0bde2a66db67f55145 (patch)
treec636131e9268c142b16d9c6d920aec1c8194c1af /source/blender/src/editseq.c
parent27c42ee06233e889f95ac5114f785c6b354c176f (diff)
Get rid of various warnings with gcc under linux
Diffstat (limited to 'source/blender/src/editseq.c')
-rw-r--r--source/blender/src/editseq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editseq.c b/source/blender/src/editseq.c
index 62704c5abda..48832a29093 100644
--- a/source/blender/src/editseq.c
+++ b/source/blender/src/editseq.c
@@ -1121,7 +1121,6 @@ static int add_seq_effect(int type, char *str)
int cfra, machine;
short mval[2];
struct SeqEffectHandle sh;
- int mode;
if(G.scene->ed==0) return 0;
ed= G.scene->ed;