remove error line from bad merge
1 files changed, 1 insertions(+), 2 deletions(-)

M Pure-Data/pd.cpp
M Pure-Data/pd.cpp +1 -2
@@ 18,7 18,6 @@ class Class;
 
 using Inlet = std::unique_ptr<t_inlet, void(*)(t_inlet*)>;
 using Outlet = std::unique_ptr<t_outlet, void(*)(t_outlet*)>;
-using PdBytes = std::unique_ptr<char, decltype(freebytes)>;
 
 struct PdBytes {
 	void *ptr;

          
@@ 395,4 394,4 @@ void PACKAGE_SETUP() {
 #undef F
 }
 
-}
  No newline at end of file
+}