summarylogtreecommitdiffstats
path: root/wayland-hide-mouse-cursor.patch
blob: f7f84caf1edaf4bb2e2051746648d47c9ec845ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/mythtv/libs/libmythui/mythmainwindow.cpp b/mythtv/libs/libmythui/mythmainwindow.cpp
index 7bdfe41bb3..d111162286 100644
--- a/mythtv/libs/libmythui/mythmainwindow.cpp
+++ b/mythtv/libs/libmythui/mythmainwindow.cpp
@@ -1002,16 +1002,10 @@ void MythMainWindow::Init(bool mayReInit)
 
     // On Compiz/Unit, when the window is fullscreen and frameless changing
     // screen position ends up stuck. Adding a border temporarily prevents this
     setWindowFlags(windowFlags() & ~Qt::FramelessWindowHint);
 
-    if (!inwindow)
-    {
-        LOG(VB_GENERAL, LOG_INFO, "Using Frameless Window");
-        flags |= Qt::FramelessWindowHint;
-    }
-
     // Workaround Qt/Windows playback bug?
 #ifdef _WIN32
     flags |= Qt::MSWindowsOwnDC;
 #endif