Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / synfig / nodebase.h
index 98aaac6..f0bb735 100644 (file)
@@ -1,3 +1,4 @@
+#if 0                                                  // this file is not used
 /* === S Y N F I G ========================================================= */
 /*!    \file nodebase.h
 **     \brief Template Header
@@ -84,9 +85,9 @@ public:
 
        PX_DEFINE_FUNC0(signal_changed, sigc::signal<void>)
        PX_DEFINE_FUNC0(signal_deleted, sigc::signal<void>)
-               
-       PX_DEFINE_FUNC_CONST0(get_parents, const NodeList)
-       PX_DEFINE_FUNC_CONST0(get_children, const NodeList)
+
+       PX_DEFINE_FUNC_CONST0(get_parents, NodeList)
+       PX_DEFINE_FUNC_CONST0(get_children, NodeList)
 
        PX_DEFINE_FUNC1(query_children, NodeList, Query)
 
@@ -98,3 +99,4 @@ public:
 /* === E N D =============================================================== */
 
 #endif
+#endif