diff plugin/RealTimePluginInstance.cpp @ 239:71f869dac40b

* Further fixes for Vamp API change, and update to support API versioning * Add plugin, output and parameter descriptions to GUI * Avoid squished panner in heads-up-display on pane when time-value or note layer is on top
author Chris Cannam
date Tue, 27 Feb 2007 12:51:38 +0000
parents 3a6af0e5e2d1
children b4a8d8221eaf
line wrap: on
line diff
--- a/plugin/RealTimePluginInstance.cpp	Mon Feb 26 20:08:51 2007 +0000
+++ b/plugin/RealTimePluginInstance.cpp	Tue Feb 27 12:51:38 2007 +0000
@@ -37,12 +37,3 @@
     }
 }
 
-std::string
-RealTimePluginInstance::getIdentifier() const
-{
-    QString plid = getPluginIdentifier();
-    QString type, soname, label;
-    PluginIdentifier::parseIdentifier(plid, type, soname, label);
-    return label.toStdString();
-}
-