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:
authorCampbell Barton <ideasman42@gmail.com>2013-06-02 06:25:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-02 06:25:40 +0400
commit7ce0ea00a01a3d6d409c8d5182d068a480c6c7d4 (patch)
tree47bca319a1182c57d76692ec0cd6b010c365d97b /source/blender/editors/sculpt_paint
parenta8c55a612b2fa076d60219b589765f4438c6f3c3 (diff)
code cleanup: remove unused struct
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c6
1 files changed, 0 insertions, 6 deletions
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 */