diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-21 19:32:53 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-21 19:32:53 +0000 |
| commit | d483730f7dbad0c29366354b32b4b2a1020eba0d (patch) | |
| tree | 8a9a3a2863ce4d203b704ae064290f0b402fc3e5 /src/arc-context.cpp | |
| parent | Cleaned up a bit. (diff) | |
| download | inkscape-d483730f7dbad0c29366354b32b4b2a1020eba0d.tar.gz inkscape-d483730f7dbad0c29366354b32b4b2a1020eba0d.zip | |
More cleaning.
(bzr r11608.1.103)
Diffstat (limited to 'src/arc-context.cpp')
| -rw-r--r-- | src/arc-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arc-context.cpp b/src/arc-context.cpp index 5851df26f..1c8e7c860 100644 --- a/src/arc-context.cpp +++ b/src/arc-context.cpp @@ -76,7 +76,7 @@ SPArcContext::SPArcContext() : SPEventContext() { this->tolerance = 0; this->within_tolerance = false; this->item_to_select = NULL; - this->tool_url = "/tools/shapes/arc"; + //this->tool_url = "/tools/shapes/arc"; this->arc = NULL; } |
