summaryrefslogtreecommitdiffstats
path: root/src/object/sp-string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-string.cpp')
-rw-r--r--src/object/sp-string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-string.cpp b/src/object/sp-string.cpp
index 64cc05bd9..ee38bfd96 100644
--- a/src/object/sp-string.cpp
+++ b/src/object/sp-string.cpp
@@ -53,7 +53,6 @@ void SPString::release() {
void SPString::read_content() {
- setLabel("SPString");
string.clear();
//XML Tree being used directly here while it shouldn't be.