diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-27 22:05:16 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-27 22:05:16 +0000 |
| commit | 9b2956fbaefb4e12bad3fc359c47e5923f33bb41 (patch) | |
| tree | 376539d6ec4ebeeb82f5f34e190f0f9bceb77993 /src/sp-rect.cpp | |
| parent | Removed some unused files; more refactoring in EventContext tree. (diff) | |
| download | inkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.tar.gz inkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.zip | |
various changes
(bzr r11608.1.105)
Diffstat (limited to 'src/sp-rect.cpp')
| -rw-r--r-- | src/sp-rect.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-rect.cpp b/src/sp-rect.cpp index d16f16a9b..519b7ba6e 100644 --- a/src/sp-rect.cpp +++ b/src/sp-rect.cpp @@ -113,8 +113,6 @@ void SPRect::set(unsigned key, gchar const *value) { void SPRect::update(SPCtx* ctx, unsigned int flags) { if (flags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG | SP_OBJECT_VIEWPORT_MODIFIED_FLAG)) { - SPStyle *style = this->style; - SPItemCtx const *ictx = (SPItemCtx const *) ctx; double const w = ictx->viewport.width(); |
