Remove Cruft

This commit is contained in:
Robin Gareus 2017-06-17 14:55:32 +02:00
parent c02a3413e1
commit f77540120c
3 changed files with 0 additions and 20 deletions

View file

@ -1019,10 +1019,6 @@ Editor::presentation_info_changed (PropertyChange const & what_changed)
/* STEP 2: update TimeAxisView's knowledge of their selected state
*/
PropertyChange pc;
pc.add (Properties::selected);
if (what_changed.contains (Properties::selected)) {
StripableNotificationListPtr stripables (new StripableNotificationList);