From 1035653d4a09a723132f1d1c3e645231ca172b5e Mon Sep 17 00:00:00 2001 From: Philipp Sandhaus Date: Tue, 4 Sep 2018 16:02:14 +0200 Subject: [PATCH] Removed extra line --- app/src/scrcpy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/scrcpy.c b/app/src/scrcpy.c index 12f7b973..7c897424 100644 --- a/app/src/scrcpy.c +++ b/app/src/scrcpy.c @@ -212,7 +212,6 @@ SDL_bool scrcpy(const struct scrcpy_options *options) { } if (options->fullscreen) { - screen_switch_fullscreen(input_manager.screen); }