X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsubwindow.C;h=867b8589c7d0c9336fcfcdea9e8cd668dd51529e;hb=0c48864cab7b37268025485c6a227f36b3420030;hp=40c5e2f6c62ac9cc3a2e5818f77006e24a11af5d;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git 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() {