diff options
Diffstat (limited to 'Userland/Applications/Serendipity/main.cpp')
-rw-r--r-- | Userland/Applications/Serendipity/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/Serendipity/main.cpp b/Userland/Applications/Serendipity/main.cpp index b297501d7f..260223ae07 100644 --- a/Userland/Applications/Serendipity/main.cpp +++ b/Userland/Applications/Serendipity/main.cpp @@ -68,7 +68,6 @@ int main(int argc, char** argv) window->set_title("Welcome"); window->set_resizable(true); - window->set_window_type(GUI::WindowType::ToolWindow); window->set_main_widget<SerendipityWidget>(); window->show(); |