summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ingen/memory.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ingen/memory.hpp b/include/ingen/memory.hpp
index dd56ac4b..82a1e2a6 100644
--- a/include/ingen/memory.hpp
+++ b/include/ingen/memory.hpp
@@ -37,9 +37,6 @@ template <class T>
using SPtr = std::shared_ptr<T>;
template <class T>
-using WPtr = std::weak_ptr<T>;
-
-template <class T>
using MPtr = Raul::managed_ptr<T>;
template <typename T, typename... Args>