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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-01 18:08:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-01 18:08:41 +0400
commit6cc4160df9ce024319ace2db2f0200835603f473 (patch)
treea59b5017170ee8c1f83960c10fb43c3deff7f592 /source/blender/blenlib/intern/bpath.c
parent742c4eb1d11608c532fc8491119aec4e3d734971 (diff)
adding a new sequence strip uses the active strips path when available.
Diffstat (limited to 'source/blender/blenlib/intern/bpath.c')
-rw-r--r--source/blender/blenlib/intern/bpath.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/bpath.c b/source/blender/blenlib/intern/bpath.c
index a56cbb65538..fbe71019379 100644
--- a/source/blender/blenlib/intern/bpath.c
+++ b/source/blender/blenlib/intern/bpath.c
@@ -62,9 +62,6 @@
/* for sequence */
//XXX #include "BSE_sequence.h"
//XXX define below from BSE_sequence.h - otherwise potentially odd behaviour
-#define SEQ_HAS_PATH(_seq) ( (_seq)->type==SEQ_MOVIE || (_seq)->type==SEQ_IMAGE || (_seq)->type==SEQ_SOUND )
-
-
#define FILE_MAX 240