summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-09 00:24:25 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-09 00:24:25 +0000
commitf11f0a40d6a7f087512a0d1c52ebde5dbba2a76f (patch)
treef66345ddd56696f6beb9c19d402816f635e77091 /src
parentFix gtk3 build at risk of breaking windows build (diff)
downloadinkscape-f11f0a40d6a7f087512a0d1c52ebde5dbba2a76f.tar.gz
inkscape-f11f0a40d6a7f087512a0d1c52ebde5dbba2a76f.zip
Un-deprecate NodeEventVector -
The resulting refactoring from such a deprecation will not be worth the effort applied to it, and the current system is not wrong or broken. (bzr r13341.1.263)
Diffstat (limited to 'src')
-rw-r--r--src/xml/node-event-vector.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xml/node-event-vector.h b/src/xml/node-event-vector.h
index 416640b86..16add2960 100644
--- a/src/xml/node-event-vector.h
+++ b/src/xml/node-event-vector.h
@@ -58,11 +58,7 @@ struct NodeEventVector {
void (* attr_changed) (Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data);
void (* content_changed) (Node *repr, char const *oldcontent, char const *newcontent, void * data);
void (* order_changed) (Node *repr, Node *child, Node *oldref, Node *newref, void* data);
-}
-#ifdef __GNUC__
-__attribute__((deprecated))
-#endif
-;
+};
}
}