From 89930f34d7ee8c9513832870cfdad13e8926cf1e Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 7 Jun 2002 17:14:13 +0000 Subject: [PATCH] undo accidental commit [SVN r14103] --- include/boost/python/object/class.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/python/object/class.hpp b/include/boost/python/object/class.hpp index b86f660c..466b6e44 100644 --- a/include/boost/python/object/class.hpp +++ b/include/boost/python/object/class.hpp @@ -39,7 +39,6 @@ struct BOOST_PYTHON_DECL class_base : private noncopyable void add_property(char const* name, ref const& fget); void add_property(char const* name, ref const& fget, ref const& fset); void setattr(char const* name, ref const&); - void enable_pickle_support(); private: ref m_object; };