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>2011-02-03 14:02:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-03 14:02:02 +0300
commit1e3ec65edcc5b04307f2923d6496524ce9302a62 (patch)
tree71b84854943e134a4bf4560c3ec8045b6b8cda22 /source/blender/editors/screen
parent07e688125a7b2079ac48600b70263d32b28471f2 (diff)
remove unused variable
also clear scene data before running batch import (utility script).
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/screen_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 4433484eeaf..b6c92982560 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -2695,7 +2695,6 @@ int ED_screen_animation_play(bContext *C, int sync, int mode)
sound_stop_scene(scene);
}
else {
- ScrArea *sa= CTX_wm_area(C);
int refresh= SPACE_TIME; /* these settings are currently only available from a menu in the TimeLine */
if (mode == 1) // XXX only play audio forwards!?