lock trace bug, missed optimize in dvd_create, cin_quality=-1, motion plugin gui...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mbuttons.C
index b5d567ac2d36b123d1b837defd1b8d77961cd7f8..a91c0cbcddead31ccf4c0d6819a415124df16708 100644 (file)
@@ -102,20 +102,6 @@ void MButtons::update()
 }
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 MainTransport::MainTransport(MWindow *mwindow, MButtons *mbuttons, int x, int y)
  : PlayTransport(mwindow, mbuttons, x, y)
 {
@@ -139,28 +125,9 @@ void MainTransport::goto_end()
 }
 
 MainEditing::MainEditing(MWindow *mwindow, MButtons *mbuttons, int x, int y)
- : EditPanel(mwindow,
-               mbuttons,
-               x,
-               y,
-               mwindow->edl->session->editing_mode,
-               1,
-               1,
-               0,
-               0,
-               1,
-               1,
-               1,
-               1,
-               1,
-               1,
-               1, // locklabels
-               1,
-               1,
-               0,
-               1,
-               1,
-               mwindow->has_commercials())
+ : EditPanel(mwindow, mbuttons, x, y, mwindow->edl->session->editing_mode,
+               1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, // locklabels
+               1, 1, 0, 1, 1, mwindow->has_commercials())
 {
        this->mwindow = mwindow;
        this->mbuttons = mbuttons;