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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-03-28 15:48:16 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-28 15:48:16 +0400
commitca8d262e89c25d15368ec4eb2fe80111e732e1f7 (patch)
treec06f2183b22a2f73de9241f719685a7462da523e /source/blender/editors/space_image
parent755f0183240527e9b274ce4f80f1cf1d7e414164 (diff)
Small cleanup for r45238, remove empty/unused function.
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/image_draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_image/image_draw.c b/source/blender/editors/space_image/image_draw.c
index 684e541043a..b4cb4f5f210 100644
--- a/source/blender/editors/space_image/image_draw.c
+++ b/source/blender/editors/space_image/image_draw.c
@@ -393,10 +393,6 @@ static void draw_image_grid(ARegion *ar, float zoomx, float zoomy)
glEnd();
}
-static void sima_draw_alpha_backdrop(float x1, float y1, float xsize, float ysize, float zoomx, float zoomy)
-{
-}
-
static void sima_draw_alpha_pixels(float x1, float y1, int rectx, int recty, unsigned int *recti)
{