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:
authorJoshua Leung <aligorith@gmail.com>2009-04-22 14:07:12 +0400
committerJoshua Leung <aligorith@gmail.com>2009-04-22 14:07:12 +0400
commit643d59bb9bf3bdd46f41a0b8c79384146629f9c8 (patch)
treebfb9c002336f81a454ba9913a0bf7bcd30890112 /source/blender/editors/space_outliner
parente4127da1e347afc4b4c34b389d3f1e7ef200821b (diff)
Assorted 2.5 fixes:
- compiling errors in outliner.c - incorrect comments
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 6394e38c6e7..57e81a233f7 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -100,6 +100,7 @@
#include "RNA_access.h"
#include "ED_armature.h"
+#include "ED_keyframing.h"
#include "ED_object.h"
#include "ED_screen.h"
@@ -3270,7 +3271,6 @@ static void do_outliner_drivers_editop(SpaceOops *soops, ListBase *tree, short m
static int outliner_drivers_addsel_exec(bContext *C, wmOperator *op)
{
SpaceOops *soutliner= (SpaceOops*)CTX_wm_space_data(C);
- Scene *scene= CTX_data_scene(C);
/* check for invalid states */
if (soutliner == NULL)
@@ -3306,7 +3306,6 @@ void OUTLINER_OT_drivers_add(wmOperatorType *ot)
static int outliner_drivers_deletesel_exec(bContext *C, wmOperator *op)
{
SpaceOops *soutliner= (SpaceOops*)CTX_wm_space_data(C);
- Scene *scene= CTX_data_scene(C);
/* check for invalid states */
if (soutliner == NULL)