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-07-17 04:17:37 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-17 04:17:37 +0400
commitc6c853d88a9c5ff12b7a56e4bdaca1757f160997 (patch)
treec0f61ece2d2f129e51d2a3b75f8d2ba79096b591 /source/blender/editors/space_buttons
parentef28383ab93d72b49d9ec0a7f6229f3ee80cfa5d (diff)
2.5 - 2 Tweaks
* Comment re-formatting for keyframe drawing code * Removed redundant frame number button from buttons view header.
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/buttons_header.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_buttons/buttons_header.c b/source/blender/editors/space_buttons/buttons_header.c
index 99cc85d9a52..ff906b7f539 100644
--- a/source/blender/editors/space_buttons/buttons_header.c
+++ b/source/blender/editors/space_buttons/buttons_header.c
@@ -192,10 +192,6 @@ void buttons_header_buttons(const bContext *C, ARegion *ar)
uiBlockEndAlign(block);
- xco+=XIC;
- uiDefButI(block, NUM, B_NEWFRAME, "", (xco+20),yco,60,YIC, &(CTX_data_scene(C)->r.cfra), MINAFRAMEF, MAXFRAMEF, 0, 0, "Displays Current Frame of animation. Click to change.");
- xco+= 80;
-
/* always as last */
UI_view2d_totRect_set(&ar->v2d, xco+XIC+80, ar->v2d.tot.ymax-ar->v2d.tot.ymin);