From 7d4486f4075b065b878c70356dd820b7f4635134 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 22 Jun 2024 23:03:54 +0200 Subject: [PATCH] fix: Remove accidentally committed test code --- plugins/builtin/source/content/project.cpp | 4 ---- 1 file changed, 4 deletions(-) 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"); - }); } }