Code

I peeled back my changes because of some deep error.
[inkscape.git] / src / xml / croco-node-iface.cpp
index 17c3495a5481d39c45b6cb14f5d6e955f56d3007..0464e4fb7c6a9e067b62975fc22811fef7919643 100644 (file)
@@ -38,8 +38,6 @@ static char *get_attr(CRXMLNodePtr n, char const *a)
 }
 
 static char const *get_local_name(CRXMLNodePtr n) { return local_part(static_cast<Node const *>(n)->name()); }
-// JON: Need to keep gboolean to interface with libcroco
-// TODO: convert to bool
 static gboolean is_element_node(CRXMLNodePtr n) { return static_cast<Node const *>(n)->type() == ELEMENT_NODE; }
 }