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>2012-03-11 04:00:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-11 04:00:27 +0400
commit0c50bedd9c960763d3e8e695b63957a964565be0 (patch)
treecd155d7f484052fcc959f5b74b5b413a998889a3 /source/blender/editors/animation/anim_draw.c
parent7f34653f59ad3f7bed75eb9a36aa6ed928eef181 (diff)
code cleanup: remove unused externs.
Diffstat (limited to 'source/blender/editors/animation/anim_draw.c')
-rw-r--r--source/blender/editors/animation/anim_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c
index 1ef02f46000..bab341ae70b 100644
--- a/source/blender/editors/animation/anim_draw.c
+++ b/source/blender/editors/animation/anim_draw.c
@@ -51,9 +51,6 @@
#include "UI_resources.h"
#include "UI_view2d.h"
-/* XXX */
-extern void ui_rasterpos_safe(float x, float y, float aspect);
-
/* *************************************************** */
/* TIME CODE FORMATTING */