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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-10 21:30:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-10 21:31:10 +0300
commit4332edcc3e311337bc31a6f5de881a77264d52f2 (patch)
treed6444992a61fdd0bb058f43b4c12e2ce79e67e90
parentd6a7491e786389a6eac52c7a73fdda64d1176939 (diff)
Cleanup: warning
-rw-r--r--source/blender/editors/animation/anim_draw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c
index 909d8a44615..475623b1048 100644
--- a/source/blender/editors/animation/anim_draw.c
+++ b/source/blender/editors/animation/anim_draw.c
@@ -77,8 +77,6 @@ void ANIM_draw_cfra_number(const bContext *C, View2D *v2d, short flag)
const bool show_time = (flag & DRAWCFRA_UNIT_SECONDS) != 0;
const uiFontStyle *fstyle = UI_FSTYLE_WIDGET;
- Gwn_VertFormat *format = immVertexFormat();
- unsigned int pos = GWN_vertformat_attr_add(format, "pos", GWN_COMP_F32, 2, GWN_FETCH_FLOAT);
unsigned char col[4];
float color[4];
float xscale, x, y;