summaryrefslogtreecommitdiffstats
path: root/src/sp-string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-string.cpp')
-rw-r--r--src/sp-string.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-string.cpp b/src/sp-string.cpp
index eb0b7a9f0..af38d6f8e 100644
--- a/src/sp-string.cpp
+++ b/src/sp-string.cpp
@@ -79,9 +79,9 @@ sp_string_class_init(SPStringClass *classname)
string_parent_class = (SPObjectClass*)g_type_class_ref(SP_TYPE_OBJECT);
//sp_object_class->build = sp_string_build;
- sp_object_class->release = sp_string_release;
- sp_object_class->read_content = sp_string_read_content;
- sp_object_class->update = sp_string_update;
+// sp_object_class->release = sp_string_release;
+// sp_object_class->read_content = sp_string_read_content;
+// sp_object_class->update = sp_string_update;
}
CString::CString(SPString* str) : CObject(str) {