From edbffff51f8769c58b977e6d860501928d234f80 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Dec 2008 18:50:07 +0000 Subject: Complete test coverage for UI stuff: 93.5% coverage git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1866 a436a847-0d15-0410-975c-d299462d15a1 --- src/pluginuis.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/pluginuis.c b/src/pluginuis.c index 828674a..8cc14a2 100644 --- a/src/pluginuis.c +++ b/src/pluginuis.c @@ -34,7 +34,6 @@ SLV2UIs slv2_uis_new() { return raptor_new_sequence((void (*)(void*))&slv2_ui_free, NULL); - //return raptor_new_sequence(NULL, NULL); } -- cgit v1.2.1