rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / fileflac.C
index ccbcb0fecd4e68827ec12fd34d56b3fa0300bb91..3914e71cc5c09b9708f283c395dc03f233673e5a 100644 (file)
@@ -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));