diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2012-02-14 06:59:49 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2012-02-14 06:59:49 +0000 |
| commit | def327c81136916c1ed55121edbcb80d91df54a7 (patch) | |
| tree | 18b1c1ff814cb8f9fcfdbe590c89ed46d73732f8 /src/eraser-context.cpp | |
| parent | Adding stdint for definitions of uint32_t, etc. (diff) | |
| download | inkscape-def327c81136916c1ed55121edbcb80d91df54a7.tar.gz inkscape-def327c81136916c1ed55121edbcb80d91df54a7.zip | |
Cleaning up unused variables and other warnings.
(bzr r10972)
Diffstat (limited to 'src/eraser-context.cpp')
| -rw-r--r-- | src/eraser-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eraser-context.cpp b/src/eraser-context.cpp index e77f31b85..628ad0164 100644 --- a/src/eraser-context.cpp +++ b/src/eraser-context.cpp @@ -395,7 +395,7 @@ sp_eraser_brush(SPEraserContext *dc) // get the real brush point, not the same as pointer (affected by hatch tracking and/or mass // drag) Geom::Point brush = sp_eraser_get_vpoint(dc, dc->cur); - Geom::Point brush_w = SP_EVENT_CONTEXT(dc)->desktop->d2w(brush); + //Geom::Point brush_w = SP_EVENT_CONTEXT(dc)->desktop->d2w(brush); double trace_thick = 1; |
