diff --git a/src/statistics_container_window.cc b/src/statistics_container_window.cc index d2a1e2d..67e0a16 100644 --- a/src/statistics_container_window.cc +++ b/src/statistics_container_window.cc @@ -35,8 +35,6 @@ StatisticsContainerWindow::StatisticsContainerWindow(const std::string& gladefil _refXml->get_widget("StatisticsWindow", _main_win); // This just sets the title of our new window. _main_win->set_title(_("Simulation Statistics")); - - _main_win->set_type_hint(Gdk::WINDOW_TYPE_HINT_UTILITY); ScrolledWindow *scroll1, *scroll2; _refXml->get_widget("SchedulableStatisticsScroll", scroll1);