From 7cc206ddca5fd240f87210d6dfb311c81ca4ac65 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 Feb 2012 15:00:37 +0000 Subject: Code Cleanup: remove non existing function declarations. added some missing functions too - which are not used yep but should be there for api completeness. * CDDM_set_mloop * CDDM_set_mpoly * BLI_mempool_count --- source/blender/imbuf/intern/IMB_allocimbuf.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/imbuf/intern/IMB_allocimbuf.h') diff --git a/source/blender/imbuf/intern/IMB_allocimbuf.h b/source/blender/imbuf/intern/IMB_allocimbuf.h index 52b3bc1f11a..27be9ea1cab 100644 --- a/source/blender/imbuf/intern/IMB_allocimbuf.h +++ b/source/blender/imbuf/intern/IMB_allocimbuf.h @@ -38,14 +38,8 @@ struct ImBuf; -short imb_addplanesImBuf(struct ImBuf *ibuf); - short imb_addencodedbufferImBuf(struct ImBuf *ibuf); short imb_enlargeencodedbufferImBuf(struct ImBuf *ibuf); -void imb_freeplanesImBuf(struct ImBuf *ibuf); - -short imb_addcmapImBuf(struct ImBuf *ibuf); - #endif -- cgit v1.2.3