summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:38:45 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-05-09 19:43:04 +0000
commitb85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43 (patch)
tree58d4726a94512ba16e15d535b40795ef65cde0c0 /src/xml/node.h
parentfix bug compiling (diff)
downloadinkscape-b85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43.tar.gz
inkscape-b85b43a64e3d3d7e623b4bcd99b08ef8f6fc7a43.zip
Reset old code to reaply fixed
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 8d9fc19e4..29cfdab46 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -384,20 +384,6 @@ public:
*/
virtual void changeOrder(Node *child, Node *after)=0;
- /**
- * @brief Remove all elements that not in src node
- * @param src The node to check for elemments into this node
- * @param key The attribute to use as the identity attribute
- */
- virtual void cleanOriginal(Node *src, gchar const *key)=0;
-
-
- /**
- * @brief Compare 2 nodes equality
- * @param other The other node to compare
- * @param recursive Recursive mode check
- */
- virtual bool equal(Node const *other, bool recursive)=0;
/**
* @brief Merge all children of another node with the current
*
@@ -411,11 +397,8 @@ public:
*
* @param src The node to merge into this node
* @param key The attribute to use as the identity attribute
- * @param noid If true process noid items
- * @param key If clean callback to cleanOriginal
*/
-
- virtual void mergeFrom(Node const *src, char const *key, bool extension = false, bool clean = false)=0;
+ virtual void mergeFrom(Node const *src, char const *key)=0;
/*@}*/