From 27e2102f96a5554bcd5310ec11435d155773b279 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 7 Apr 2013 18:28:22 +0200 Subject: Merge Object and subclasses. Merging of SP- and C-classes complete. (bzr r11608.1.86) --- src/sp-text.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index c59093ae9..89d1f6510 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -72,8 +72,6 @@ namespace { # SPTEXT #####################################################*/ SPText::SPText() : SPItem() { - this->cobject = this; - new (&this->layout) Inkscape::Text::Layout; new (&this->attributes) TextTagAttributes; } -- cgit v1.2.3