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>2015-02-09 13:25:34 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2015-02-09 13:28:38 +0300
commit567e147f619b1a51eecebccaaff39030362fd2f4 (patch)
treee8be382710c1b47507ec18c8396ffedf04865024 /source/blender/blenkernel/intern/image.c
parent9c90c559fe31c65cb9e5f5248772395992d7c429 (diff)
Code cleanup: remove unused function BKE_image_assign_ibuf
Reviewers: sergey Reviewed By: sergey Differential Revision: https://developer.blender.org/D1083
Diffstat (limited to 'source/blender/blenkernel/intern/image.c')
-rw-r--r--source/blender/blenkernel/intern/image.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index b130372a20c..748d0d10d4a 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -2180,11 +2180,6 @@ Image *BKE_image_verify_viewer(int type, const char *name)
return ima;
}
-void BKE_image_assign_ibuf(Image *ima, ImBuf *ibuf)
-{
- image_assign_ibuf(ima, ibuf, IMA_NO_INDEX, 0);
-}
-
void BKE_image_walk_all_users(const Main *mainp, void *customdata,
void callback(Image *ima, ImageUser *iuser, void *customdata))
{