From 224f505515cf133ff480aa3af3972a934c21dbe8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Apr 2012 23:28:15 +0000 Subject: Fix undefined reference. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4277 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/Module.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ganv/Module.hpp') diff --git a/ganv/Module.hpp b/ganv/Module.hpp index 6984a70..a7b7db3 100644 --- a/ganv/Module.hpp +++ b/ganv/Module.hpp @@ -104,10 +104,6 @@ public: const_iterator end() const { return iterator(const_cast(gobj()), num_ports()); } const_iterator back() const { return iterator(const_cast(gobj()), num_ports() - 1); } - void set_icon(Gdk::Pixbuf* icon) { - ganv_module_set_icon(gobj(), icon->gobj()); - } - void embed(Gtk::Widget* widget) { if (widget) { ganv_module_embed(gobj(), widget->gobj()); -- cgit v1.2.1