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/header_action.c')
-rw-r--r--source/blender/src/header_action.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 27893184c24..1f84a1176e5 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -1095,29 +1095,7 @@ void action_buttons(void)
from, &(G.saction->actnr), B_ACTALONE,
B_ACTLOCAL, B_ACTIONDELETE, 0, 0);
-
- /* Draw marker set selection box */
- xco+= 8;
-
- if (G.saction->action != NULL) {
- uiDefButS(block, MENU, B_REDR,
- "Markers%t|None%x0|Scene%x1|Action%x2",
- xco, 0, 80, 20, &(G.saction->markert), 0, 0, 0, 0,
- "What set of markers to display.");
- }
- else {
- if (G.saction->markert == SACTION_ACMARKERS)
- G.saction->markert = SACTION_NOMARKERS;
- uiDefButS(block, MENU, B_REDR,
- "Markers%t|None%x0|Scene%x1",
- xco, 0, 80, 20, &(G.saction->markert), 0, 0, 0, 0,
- "What set of markers to display.");
- }
-
- xco+=80;
-
-
/* Draw action baker */
xco+= 8;