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:
Diffstat (limited to 'source/blender/src/editaction.c')
-rw-r--r--source/blender/src/editaction.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/src/editaction.c b/source/blender/src/editaction.c
index 2dfa22ae171..e3b6fe327b7 100644
--- a/source/blender/src/editaction.c
+++ b/source/blender/src/editaction.c
@@ -939,13 +939,6 @@ bActionChannel* get_hilighted_action_channel(bAction* action)
}
-void set_exprap_action(int mode)
-{
- if(G.saction->action && G.saction->action->id.lib) return;
-
- error ("Not yet implemented!");
-}
-
bAction *add_empty_action(int blocktype)
{
bAction *act;