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>2015-01-22 02:56:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-22 02:56:52 +0300
commit1b1a6e0c9298166fee40ebb9b254f973879017bd (patch)
tree2c0e7297b0adaa3478525e3b182a135a63381cc5 /source/blender/editors/space_outliner
parent64e869ed3578e19781408f2b2e4d3d305a53649a (diff)
error in last commit (missed in review)
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index e5e10e55ee0..bd884039b30 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -506,7 +506,6 @@ typedef enum eOutliner_PropDataOps {
OL_DOP_HIDE,
OL_DOP_UNHIDE,
OL_DOP_SELECT_LINKED,
- OL_DOP_DELETE
} eOutliner_PropDataOps;
static void pchan_cb(int event, TreeElement *te, TreeStoreElem *UNUSED(tselem), void *UNUSED(arg))