Remove superfluous deletes.
authorCarl Hetherington <carl@carlh.net>
Tue, 8 Nov 2011 01:43:37 +0000 (01:43 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 8 Nov 2011 01:43:37 +0000 (01:43 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10488 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/panner_ui.cc

index 8b39c9f290513c3872d5269bf5b443d77af981b8..503706b6c352a741fdd7c198b69d0d11f71649f1 100644 (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());