summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 05e165965..b22b99e66 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -1039,7 +1039,7 @@ SPObject *SPDocument::getObjectById(gchar const *id) const
return NULL;
}
- GQuark idq = g_quark_from_string(id);
+ // GQuark idq = g_quark_from_string(id);
std::map<std::string, SPObject *>::iterator rv = priv->iddef.find(id);
//gpointer rv = g_hash_table_lookup(priv->iddef, GINT_TO_POINTER(idq));
if(rv != priv->iddef.end())