diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 4173d471..f16fc003 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -341,9 +341,6 @@ View::View( const char* addr, ImFont* fixedWidth, SetTitleCallback stcb ) assert( s_instance == nullptr ); s_instance = this; - ImGuiStyle& style = ImGui::GetStyle(); - style.FrameRounding = 2.f; - InitTextEditor(); }