summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-08 11:01:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-08 11:03:13 -0400
commitfcf49de77401930db34ca4dfb1fff6bea0a7a987 (patch)
treed70bd2c484175bd6b10be0b97e89880a252e4694 /libs/ardour/ardour/route.h
parent5c6846a1695b5ca0ea68fbf5a84600637fae0a7c (diff)
move gui_changed() signal from Route to Stripable
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 195421b231..9d16c00ba3 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -368,10 +368,6 @@ public:
/** Emitted with the process lock held */
PBD::Signal0<void> io_changed;
- /* gui's call this for their own purposes. */
-
- PBD::Signal2<void,std::string,void*> gui_changed;
-
/* stateful */
XMLNode& get_state();