From 3c34d9d096ed00a4e975842f0ea28cc6f5753931 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 30 Jun 2024 20:11:50 +0200 Subject: [PATCH] Remove redundancy. --- profiler/src/profiler/TracyView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/profiler/src/profiler/TracyView.cpp b/profiler/src/profiler/TracyView.cpp index 83f5c25d..8808d88c 100644 --- a/profiler/src/profiler/TracyView.cpp +++ b/profiler/src/profiler/TracyView.cpp @@ -53,7 +53,6 @@ View::View( void(*cbMainThread)(const std::function&, bool), const char* , m_stcb( stcb ) , m_sscb( sscb ) , m_acb( acb ) - , m_userData() , m_cbMainThread( cbMainThread ) , m_achievementsMgr( amgr ) , m_achievements( config.achievements )