From 64f7994454e5a097b7b04de770ffc62f44e25e92 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 11 Mar 2007 04:39:19 +0000 Subject: Action Editor - Remove unused code. Nothing ever called that part of code, and that code was 'not implemented' anyway. --- source/blender/src/header_action.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source/blender/src/header_action.c') diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c index 0ab80e000a2..24ba0db8535 100644 --- a/source/blender/src/header_action.c +++ b/source/blender/src/header_action.c @@ -152,18 +152,6 @@ void do_action_buttons(unsigned short event) case B_ACTBAKE: bake_action_with_client (G.saction->action, ob, 0.01); break; - case B_ACTCONT: - set_exprap_action(IPO_HORIZ); - break; -// case B_ACTEXTRAP: -// set_exprap_ipo(IPO_DIR); -// break; - case B_ACTCYCLIC: - set_exprap_action(IPO_CYCL); - break; -// case B_ACTCYCLICX: -// set_exprap_ipo(IPO_CYCLX); -// break; case B_ACTHOME: // Find X extents //v2d= &(G.saction->v2d); -- cgit v1.2.3