Remove unreachable code.
authorRobin Gareus <robin@gareus.org>
Thu, 23 Nov 2017 09:51:20 +0000 (10:51 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 23 Nov 2017 09:51:20 +0000 (10:51 +0100)
commitc59136813393d782260265bd2c8dc923fc04e238
treebe655384479430796f84a72ff0bc8c578046ebdb
parent5e04e288a0ffb1f126692423218ad4cc5c520726
Remove unreachable code.

if (working_on_selection) {
  ...
} else {
  if (working_on_selection) { .. never reached .. }
}

Found by PVS: https://www.viva64.com/en/b/0540/
gtk2_ardour/editor_ops.cc