13
0

Remove superfluous deletes.

git-svn-id: svn://localhost/ardour2/branches/3.0@10488 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-08 01:43:37 +00:00
parent 5a5545febb
commit 5bd34bd84c

View File

@ -244,9 +244,6 @@ PannerUI::setup_pan ()
if (nouts == 0 || nouts == 1) {
delete _stereo_panner;
delete twod_panner;
/* stick something into the panning viewport so that it redraws */
EventBox* eb = manage (new EventBox());