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-09-27 10:14:42 +0400
committerJoshua Leung <aligorith@gmail.com>2009-09-27 10:14:42 +0400
commit8a6d6a33f8542e8940119a6435969ac119e68229 (patch)
tree37fd2fae3c548f6e6488562d0526e62947baafd9 /source/blender/editors/space_graph/graph_utils.c
parentfbfa8d2f812095eef100b1fdd67ce766bf884844 (diff)
Animation Editors - Moved the code for drawing the filtering toggles into a single function.
Diffstat (limited to 'source/blender/editors/space_graph/graph_utils.c')
-rw-r--r--source/blender/editors/space_graph/graph_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_utils.c b/source/blender/editors/space_graph/graph_utils.c
index 19cffb5cde1..25087441b6a 100644
--- a/source/blender/editors/space_graph/graph_utils.c
+++ b/source/blender/editors/space_graph/graph_utils.c
@@ -289,7 +289,6 @@ int graphop_active_fcurve_poll (bContext *C)
int graphop_selected_fcurve_poll (bContext *C)
{
bAnimContext ac;
- bAnimListElem *ale;
ListBase anim_data = {NULL, NULL};
ScrArea *sa= CTX_wm_area(C);
int filter, items;