diff --git a/src/python/corrade/PyBuffer.h b/src/python/corrade/PyBuffer.h index b04a162..76ba358 100644 --- a/src/python/corrade/PyBuffer.h +++ b/src/python/corrade/PyBuffer.h @@ -77,10 +77,4 @@ template void enableBetterB } -/** @todo remove when https://github.com/pybind/pybind11/pull/1852 is merged - and released */ -namespace pybind11 { - PYBIND11_RUNTIME_EXCEPTION(buffer_error, PyExc_BufferError) -} - #endif