add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindow.C
index 6992bc9b3d10abdece45babb01ae6e76c4608ab6..666866864174dbc8b8ffe1daedc35f5c88399f81 100644 (file)
@@ -30,8 +30,7 @@ char BC_Window::default_x11_host[BCTEXTLEN] = "";
 BC_Window::BC_Window(const char *title,
                int x, int y, int w, int h, int minw, int minh, int allow_resize,
                int private_color, int hide, int bg_color, const char *display_name,
-               int group_it, int options)
- : BC_WindowBase(options)
+               int group_it)
 {
        create_window(0, title, x, y, w, h,
                (minw < 0) ? w : minw, (minh < 0) ? h : minh,