From 64c901f7261dcd78840f728ed2206318a23fab95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Mar 2009 19:52:13 +0000 Subject: Add dependency on tuplr.hpp for everything. Shrink. git-svn-id: http://svn.drobilla.net/resp/tuplr@60 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- tuplr.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tuplr.hpp') diff --git a/tuplr.hpp b/tuplr.hpp index bd4788c..093f95c 100644 --- a/tuplr.hpp +++ b/tuplr.hpp @@ -213,9 +213,6 @@ struct Funcs : public list< pair > { return f->second; return NULL; } - void insert(AType* type, CFunction func) { - push_back(make_pair(type, func)); - } }; /// Closure (first-class function with captured lexical bindings) -- cgit v1.2.1