From 4b4c2cb44f6ea181f344ad89a2c9ba736ac44995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mon=20ou=C3=AFe?= Date: Fri, 1 Dec 2023 09:51:12 +0100 Subject: Remove dummy overlay icon --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 409d27e..6b89727 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1219,8 +1219,6 @@ bool CMainApplication::BInitOverlay() if (projection_mode == ProjectionMode::FLAT && stretch) vr::VROverlay()->SetOverlayTexelAspect(overlay_handle, 2.0); - vr::VROverlay()->SetOverlayFromFile(thumbnail_handle, "frog.png"); - overlay_xdo = xdo_new_with_opened_display(x_display, nullptr, 0); overlay_icon_atom = XInternAtom(x_display, "_NET_WM_ICON", 0); -- cgit v1.2.3