diff --git a/include/boost/python/converter/arg_to_python.hpp b/include/boost/python/converter/arg_to_python.hpp index 9b6f4b31..9e214686 100755 --- a/include/boost/python/converter/arg_to_python.hpp +++ b/include/boost/python/converter/arg_to_python.hpp @@ -129,17 +129,6 @@ struct arg_to_python arg_to_python(T const& x); }; -// -// Convenience macros for call<> and call_method<> code generation -// -# define BOOST_PYTHON_ARG_TO_PYTHON_GET(index,ignored) \ - converter::arg_to_python( \ - BOOST_PP_CAT(a,index)).get() - -# define BOOST_PYTHON_ARG_STRING(nargs) \ - "(" BOOST_PP_REPEAT(nargs,BOOST_PYTHON_PROJECT_2ND,"O") ")" - - // // implementations //