diff options
author | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:51:12 +0100 |
---|---|---|
committer | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:51:12 +0100 |
commit | 4b4c2cb44f6ea181f344ad89a2c9ba736ac44995 (patch) | |
tree | 957cee96ba776a24e7f60bd37cef256973e1099a /src | |
parent | fee944da5488063a296fca187720df8f24e6d271 (diff) |
Remove dummy overlay icon
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |