add igors mask svgs, add composer clear_color pref, remove key DEL for mask gui,...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / sketcher / sketcherwindow.C
index eb5a49f23b8ffbb98641eee51fbdc541daaec939..dd917e4b48cb97ee8bccb4de0826ddf94b817280 100644 (file)
@@ -102,16 +102,10 @@ SketcherCurveColor::SketcherCurveColor(SketcherWindow *gui,
 {
        this->gui = gui;
        this->color = CV_COLOR;
 {
        this->gui = gui;
        this->color = CV_COLOR;
-       for( int i=0; i<3; ++i ) {
-               vframes[i] = new VFrame(w, h, BC_RGB888);
-               vframes[i]->clear_frame();
-       }
 }
 
 SketcherCurveColor::~SketcherCurveColor()
 {
 }
 
 SketcherCurveColor::~SketcherCurveColor()
 {
-       for( int i=0; i<3; ++i )
-               delete vframes[i];
 }
 
 void SketcherCurveColor::handle_done_event(int result)
 }
 
 void SketcherCurveColor::handle_done_event(int result)