aboutsummaryrefslogtreecommitdiff
path: root/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h')
-rw-r--r--graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h b/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h
deleted file mode 100644
index 10e5dfd3c157..000000000000
--- a/graphics/libx3dtk/files/patch-src-kernel-abstractNode-X3DAbstractNode.h
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/kernel/abstractNode/X3DAbstractNode.h.orig Sat Dec 16 16:20:51 2006
---- src/kernel/abstractNode/X3DAbstractNode.h Sat Dec 16 16:21:07 2006
-***************
-*** 102,108 ****
- inline void defineTypeName(const SFString &name, const SFString &component = SFString(""), const SFString &sceneGraph = SFString("")) {defineTempTypeName(this, name, component, sceneGraph);};
- /// Method to avoid defineTypeName having a template parameter.
- template<class T>
-! inline void defineTempTypeName(T *t, const SFString &name, const SFString &component, const SFString &sceneGraph) {define(Recorder<T>::getTypeName(name, component, sceneGraph));};
- /// Defines an attribute.
- template<class T, class V>
- inline void defineAttribute(const SFString &name, V T:: *member, const V &init);
---- 102,108 ----
- inline void defineTypeName(const SFString &name, const SFString &component = SFString(""), const SFString &sceneGraph = SFString("")) {defineTempTypeName(this, name, component, sceneGraph);};
- /// Method to avoid defineTypeName having a template parameter.
- template<class T>
-! inline void defineTempTypeName(T * /* t */, const SFString &name, const SFString &component, const SFString &sceneGraph) {define(Recorder<T>::getTypeName(name, component, sceneGraph));};
- /// Defines an attribute.
- template<class T, class V>
- inline void defineAttribute(const SFString &name, V T:: *member, const V &init);