From 7ce0ea00a01a3d6d409c8d5182d068a480c6c7d4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Jun 2013 02:25:40 +0000 Subject: code cleanup: remove unused struct --- source/blender/editors/sculpt_paint/paint_cursor.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c index 639f2e8d506..2c1f5b620c4 100644 --- a/source/blender/editors/sculpt_paint/paint_cursor.c +++ b/source/blender/editors/sculpt_paint/paint_cursor.c @@ -79,12 +79,6 @@ typedef struct TexSnapshot { bool old_col; } TexSnapshot; -typedef struct CurveSnapshot { - int BKE_brush_size_get; - int curve_changed_timestamp; - bool init; -} CurveSnapshot; - static int same_tex_snap(TexSnapshot *snap, MTex *mtex, ViewContext *vc, bool col, float zoom) { return (/* make brush smaller shouldn't cause a resample */ -- cgit v1.2.3