summaryrefslogtreecommitdiffstats
path: root/src/sp-skeleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-skeleton.cpp')
-rw-r--r--src/sp-skeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-skeleton.cpp b/src/sp-skeleton.cpp
index 878d8f31b..ee0c9626b 100644
--- a/src/sp-skeleton.cpp
+++ b/src/sp-skeleton.cpp
@@ -147,7 +147,7 @@ sp_skeleton_set(SPObject *object, unsigned int key, gchar const *value)
{
debug("0x%p %s(%u): '%s'",object,
sp_attribute_name(key),key,value ? value : "<no value>");
- SPSkeleton *skeleton = SP_SKELETON(object);
+ //SPSkeleton *skeleton = SP_SKELETON(object);
/* See if any parents need this value. */
if (((SPObjectClass *) skeleton_parent_class)->set) {