mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove pointless line of code
If _size_menu was non-null, we just return it. Ergo, it was already null when we reached this line, which makes calling delete on it completely pointless
This commit is contained in:
parent
798b968610
commit
fe5c56ecca
1 changed files with 0 additions and 2 deletions
|
|
@ -1362,8 +1362,6 @@ TimeAxisView::build_size_menu ()
|
|||
return;
|
||||
}
|
||||
|
||||
delete _size_menu;
|
||||
|
||||
using namespace Menu_Helpers;
|
||||
|
||||
_size_menu = new Menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue