diff --git a/plugins/builtin/source/content/project.cpp b/plugins/builtin/source/content/project.cpp index 951e23701..237de3754 100644 --- a/plugins/builtin/source/content/project.cpp +++ b/plugins/builtin/source/content/project.cpp @@ -179,9 +179,5 @@ namespace hex::plugin::builtin { void registerProjectHandlers() { hex::ProjectFile::setProjectFunctions(load, store); - - ContentRegistry::Interface::addSidebarItem(ICON_VS_PROJECT, [] { - ImGui::TextUnformatted("Test"); - }); } }