rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileformat.C
index 11c6a3100d249cd08b94a4a109d4c8e343fa4e03..a8ff043cd7c309778a0e4e2cafdfbbbd382d8914 100644 (file)
@@ -87,15 +87,8 @@ void FileFormat::create_objects_(char *string2)
 
        y += 30;
        add_subwindow(new BC_Title(x, y, _("Bits:")));
-       bitspopup = new BitsPopup(this,
-               x2,
-               y,
-               &asset->bits,
-               0,
-               1,
-               1,
-               0,
-               1);
+       bitspopup = new BitsPopup(this, x2, y,
+               &asset->bits, 0, 1, 1, 0, 1);
        bitspopup->create_objects();
 
        y += 30;
@@ -121,13 +114,7 @@ void FileFormat::create_objects_(char *string2)
 }
 
 FileFormatChannels::FileFormatChannels(int x, int y, FileFormat *fwindow, char *text)
- : BC_TumbleTextBox(fwindow,
-       (int)atol(text),
-       (int)1,
-       (int)MAXCHANNELS,
-       x,
-       y,
-       50)
+ : BC_TumbleTextBox(fwindow, (int)atol(text), (int)1, (int)MAXCHANNELS, x, y, 50)
 {
        this->fwindow = fwindow;
 }