diff options
Diffstat (limited to 'src/sp-spiral.cpp')
| -rw-r--r-- | src/sp-spiral.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp index dabd9cdd0..4c87da1b5 100644 --- a/src/sp-spiral.cpp +++ b/src/sp-spiral.cpp @@ -40,15 +40,6 @@ namespace { } -G_DEFINE_TYPE(SPSpiral, sp_spiral, G_TYPE_OBJECT); - -/** - * SPSpiral vtable initialization. - */ -static void sp_spiral_class_init(SPSpiralClass *klass) -{ -} - CSpiral::CSpiral(SPSpiral* spiral) : CShape(spiral) { this->spspiral = spiral; } @@ -77,15 +68,6 @@ SPSpiral::SPSpiral() : SPShape() { spiral->t0 = 0.0; } -/** - * Callback for SPSpiral object initialization. - */ -static void -sp_spiral_init (SPSpiral * spiral) -{ - new (spiral) SPSpiral(); -} - void CSpiral::build(SPDocument * document, Inkscape::XML::Node * repr) { SPSpiral* object = this->spspiral; @@ -235,7 +217,6 @@ void CSpiral::update(SPCtx *ctx, guint flags) { CShape::update(ctx, flags); } - void CSpiral::update_patheffect(bool write) { SPSpiral* shape = this->spspiral; |
