From fc7c0506b8f4e7082804b27ea470ce348144d707 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 16:35:47 +0000 Subject: bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards. --- source/blender/editors/sculpt_paint/paint_intern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index 81c33338b5c..df0fb8ec4f8 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -125,8 +125,6 @@ typedef struct ImagePaintPartialRedraw { #define IMAPAINT_TILE_SIZE (1 << IMAPAINT_TILE_BITS) #define IMAPAINT_TILE_NUMBER(size) (((size) + IMAPAINT_TILE_SIZE - 1) >> IMAPAINT_TILE_BITS) -#define IMAPAINT_CHAR_TO_FLOAT(c) ((c) / 255.0f) - int image_texture_paint_poll(struct bContext *C); void *image_undo_find_tile(struct Image *ima, struct ImBuf *ibuf, int x_tile, int y_tile, unsigned short **mask); void *image_undo_push_tile(struct Image *ima, struct ImBuf *ibuf, struct ImBuf **tmpibuf, int x_tile, int y_tile); -- cgit v1.2.3