X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcsubwindow.h;h=b90c8a34fdfa8bc47b71c018230d11fb72ddfd15;hb=b55798fc64eee00c6fab3b4763e791befb7275f9;hp=b99deed20c23346e4fe6ec2a635e4b1e9307e901;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcsubwindow.h b/cinelerra-5.1/guicast/bcsubwindow.h index b99deed2..b90c8a34 100644 --- a/cinelerra-5.1/guicast/bcsubwindow.h +++ b/cinelerra-5.1/guicast/bcsubwindow.h @@ -28,9 +28,7 @@ class BC_SubWindow : public BC_WindowBase { public: - BC_SubWindow(int x, int y, int w, int h, - int bg_color=-1, - int opts=0); + BC_SubWindow(int x, int y, int w, int h, int bg_color=-1); virtual ~BC_SubWindow(); virtual int initialize();