X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsubwindow.C;h=867b8589c7d0c9336fcfcdea9e8cd668dd51529e;hp=40c5e2f6c62ac9cc3a2e5818f77006e24a11af5d;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/guicast/bcsubwindow.C b/cinelerra-5.1/guicast/bcsubwindow.C index 40c5e2f6..867b8589 100644 --- a/cinelerra-5.1/guicast/bcsubwindow.C +++ b/cinelerra-5.1/guicast/bcsubwindow.C @@ -25,10 +25,8 @@ BC_SubWindow::BC_SubWindow(int x, int y, int w, int h, int bg_color) { - this->x = x; - this->y = y; - this->w = w; - this->h = h; + this->x = x; this->y = y; + this->w = w; this->h = h; this->bg_color = bg_color; //printf("BC_SubWindow::BC_SubWindow 1\n"); } @@ -47,10 +45,6 @@ int BC_SubWindow::initialize() } - - - - BC_SubWindowList::BC_SubWindowList() : ArrayList() {