X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffileflac.C;h=3914e71cc5c09b9708f283c395dc03f233673e5a;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=ccbcb0fecd4e68827ec12fd34d56b3fa0300bb91;hpb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/fileflac.C b/cinelerra-5.0/cinelerra/fileflac.C index ccbcb0fe..3914e71c 100644 --- a/cinelerra-5.0/cinelerra/fileflac.C +++ b/cinelerra-5.0/cinelerra/fileflac.C @@ -383,16 +383,7 @@ void FLACConfigAudio::create_objects() { int x = 10, y = 10; lock_window("FLACConfigAudio::create_objects"); - bits_popup = new BitsPopup(this, - x, - y, - &asset->bits, - 0, - 0, - 0, - 0, - 0, - 0); + bits_popup = new BitsPopup(this, x, y, &asset->bits, 0, 0, 0, 0, 0); bits_popup->create_objects(); add_subwindow(new BC_OKButton(this));