[SCM] calf/master: + Small plugins: remove duplicate name triples (found by Dave Robillard, thanks!)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:39 UTC 2013


The following commit has been merged in the master branch:
commit d5fc851a50e29ae4f74835c2a9bb22c254170ea6
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sun Sep 28 21:30:20 2008 +0000

    + Small plugins: remove duplicate name triples (found by Dave Robillard, thanks!)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@309 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index af83fde..d2b220d 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -257,7 +257,6 @@ struct lv2_control_port_info: public lv2_port_base, public control_port_info_ifa
             ss << ind << extras << endl;
         if (microname != "N/A")
             ss << ind << "<http://lv2plug.in/ns/dev/tiny-name> \"" << microname << "\" ;\n";
-        ss << ind << "lv2:name \"" << name << "\" ;\n";
         
         if (is_toggle)
             ss << ind << "lv2:portProperty lv2:toggled ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list