diff options
Diffstat (limited to 'src/gui/Style.cpp')
-rw-r--r-- | src/gui/Style.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp index 287a1496..30b2a4f1 100644 --- a/src/gui/Style.cpp +++ b/src/gui/Style.cpp @@ -101,15 +101,5 @@ Style::get_port_color(const Client::PortModel* p) return 0x666666FF; } -uint32_t -Style::get_port_dash_length(const Client::PortModel* p) -{ - const URIs& uris = _app.uris(); - if (p->is_a(uris.atom_AtomPort)) { - return 4.0; - } - return 0.0; -} - } // namespace GUI } // namespace Ingen |