haiku: Don't print screen dimensions when going full screen

This commit is contained in:
Anonymous Maarten
2026-09-10 20:11:46 +02:00
committed by Anonymous Maarten
parent a50e8a6985
commit 3a3ebba89c

View File

@@ -690,9 +690,6 @@ class SDL_BWin : public BWindow
if (fullscreen) {
BScreen screen(this);
BRect screenFrame = screen.Frame();
printf("screen frame: ");
screenFrame.PrintToStream();
printf("\n");
_bordered = Look() != B_NO_BORDER_WINDOW_LOOK;
_resizable = !(Flags() & B_NOT_RESIZABLE);
_non_fullscreen_frame = Frame();