summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-06 06:08:45 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-06 06:08:45 +0000
commit173a5c215be062153ffe2ef01ea494795c0dec24 (patch)
treeff4811624e2237a2b64f7c3e30fd42474919dd09 /src/box3d-context.h
parentadded missing " character at end of a line. Sorry, my mistake on (diff)
downloadinkscape-173a5c215be062153ffe2ef01ea494795c0dec24.tar.gz
inkscape-173a5c215be062153ffe2ef01ea494795c0dec24.zip
Cosmetic
(bzr r3385)
Diffstat (limited to 'src/box3d-context.h')
-rw-r--r--src/box3d-context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/box3d-context.h b/src/box3d-context.h
index 763c152ae..bf359ebe7 100644
--- a/src/box3d-context.h
+++ b/src/box3d-context.h
@@ -34,9 +34,6 @@ struct SP3DBoxContext : public SPEventContext {
SPItem *item;
NR::Point center;
- gdouble rx; /* roundness radius (x direction) */
- gdouble ry; /* roundness radius (y direction) */
-
/**
* save three corners while dragging:
* 1) the starting point (already done by the event_context)