internal: clean up dead snapshot code

This commit is contained in:
Vaxry 2025-06-15 11:51:27 +02:00
parent 472b52bc06
commit 57d20a1bf6
No known key found for this signature in database
GPG key ID: 665806380871D640
4 changed files with 6 additions and 51 deletions

View file

@ -221,7 +221,7 @@ void CLayerSurface::onUnmap() {
m_realSize->warp();
// make a snapshot and start fade
g_pHyprRenderer->makeLayerSnapshot(m_self.lock());
g_pHyprRenderer->makeSnapshot(m_self.lock());
startAnimation(false);