summaryrefslogtreecommitdiffstats
path: root/src/core/desktop_screen_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/desktop_screen_qt.cpp')
-rw-r--r--src/core/desktop_screen_qt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/desktop_screen_qt.cpp b/src/core/desktop_screen_qt.cpp
index b63511c92..15a3856fc 100644
--- a/src/core/desktop_screen_qt.cpp
+++ b/src/core/desktop_screen_qt.cpp
@@ -72,7 +72,6 @@ int DesktopScreenQt::GetNumDisplays() const
std::vector<display::Display>& DesktopScreenQt::GetAllDisplays() const
{
- Q_UNREACHABLE();
static std::vector<display::Display> empty;
return empty;
}