diff --git a/src/managers/CursorManager.cpp b/src/managers/CursorManager.cpp index 25250083..195b0c88 100644 --- a/src/managers/CursorManager.cpp +++ b/src/managers/CursorManager.cpp @@ -132,7 +132,6 @@ void CCursorManager::setCursorSurface(SP surf, const Vector2D& hotsp void CCursorManager::setXCursor(const std::string& name) { float scale = std::ceil(m_fCursorScale); - xcursor.loadTheme(name.c_str(), m_iSize * scale); if (!xcursor.themeLoaded) { Debug::log(ERR, "XCursor failed to find theme in setXCursor");