A line that shouldn't be there, maybe left here during Stingo's merge

This commit is contained in:
Hombre
2010-10-20 01:45:56 +02:00
parent cb0930c436
commit b0d9c87621

View File

@@ -37,7 +37,6 @@ RTWindow::RTWindow () {
set_title("RawTherapee "+versionString);
property_allow_shrink() = true;
set_default_size(options.windowWidth, options.windowHeight);
maximize();
set_modal(false);
set_resizable(true);
if (options.windowMaximized)
@@ -366,4 +365,4 @@ bool RTWindow::on_expose_event_fpanel(GdkEventExpose* event)
if(!options.tabbedUI)
MoveFileBrowserToMain();
return false; // Gtk::HPaned::on_expose_event(event);
}
}