summaryrefslogtreecommitdiffstats
path: root/src/CanvasPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CanvasPort.hpp')
-rw-r--r--src/CanvasPort.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/CanvasPort.hpp b/src/CanvasPort.hpp
index 5bd581c..5607f04 100644
--- a/src/CanvasPort.hpp
+++ b/src/CanvasPort.hpp
@@ -69,20 +69,6 @@ public:
~CanvasPort() override = default;
- /** Returns the name of the module/client this port is one */
- std::string module_name() const
- {
- auto* pmod = dynamic_cast<CanvasModule*>(get_module());
- return std::string(pmod->name());
- }
-
- /** Returns the full name of this port, as "modulename:portname" */
- std::string full_name() const
- {
- auto* pmod = dynamic_cast<CanvasModule*>(get_module());
- return std::string(pmod->name()) + ":" + _name;
- }
-
void show_human_name(bool human)
{
if (human && !_human_name.empty()) {