Remove leftovers

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-03-08 15:49:31 +00:00
parent 3cd1b88812
commit 0ceae11007

View File

@ -131,7 +131,6 @@ ConfigView::ConfigView(TranslatorSettings* settings, uint32 flags)
.Add(copyrights)
.AddGlue()
// .Add(outputSeparator)
.Add(BGridLayoutBuilder()
.Add(presetsField->CreateLabelLayoutItem(), 0, 0)
.Add(presetsField->CreateMenuBarLayoutItem(), 1, 0)
@ -139,7 +138,6 @@ ConfigView::ConfigView(TranslatorSettings* settings, uint32 flags)
.Add(fQualitySlider)
.Add(fMethodSlider)
.Add(fPreprocessingCheckBox)
// .AddGlue()
.SetInsets(5, 5, 5, 5)
);
}