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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-03-28 10:36:41 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-03-28 10:36:41 +0300
commitb7dfef325dc4eb8966084d36f7b5b2e13c38a6b5 (patch)
treea0fbbe14ff46fd512404a0a91212c0de651a9c7c /source/blender/editors/gpencil/gpencil_brush.c
parentca935abc1844e1f9b89d565fc43f26258c12ee14 (diff)
Cleanup: Unused variable
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_brush.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_brush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index cb992267b6c..43751dbadb9 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -221,7 +221,6 @@ static bool gp_brush_smooth_apply(tGP_BrushEditData *gso, bGPDstroke *gps, int i
const int radius, const int co[2])
{
GP_EditBrush_Data *brush = gso->brush;
- bGPDspoint *pt = &gps->points[i];
float inf = gp_brush_influence_calc(gso, radius, co);
bool affect_pressure = (brush->flag & GP_EDITBRUSH_FLAG_SMOOTH_PRESSURE) != 0;