summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-07 09:07:06 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-07 09:07:06 -0500
commitb39c30dbd16d982529396d5a096382f88b3b6a38 (patch)
treebe5fe41747aed64f384fdb040a672b17e667eb34 /gtk2_ardour/selection.cc
parent64404a16c160ab0fb5156e8bc09dbd99a5f63265 (diff)
remove leftover cruft from link-region-and-track removal
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc
index 4f79724ae9..d1b712e3d7 100644
--- a/gtk2_ardour/selection.cc
+++ b/gtk2_ardour/selection.cc
@@ -822,8 +822,6 @@ Selection::set (RegionView* r, bool /*also_clear_tracks*/)
void
Selection::set (vector<RegionView*>& v)
{
- bool had_regions = !regions.empty();
-
clear_time(); //enforce region/object exclusivity
clear_tracks(); //enforce object/track exclusivity
clear_objects();