1
0
mirror of synced 2025-01-19 01:24:15 +01:00

fix: Remove accidentally committed test code

This commit is contained in:
WerWolv 2024-06-22 23:03:54 +02:00
parent a9915579a0
commit 7d4486f407

View File

@ -179,9 +179,5 @@ namespace hex::plugin::builtin {
void registerProjectHandlers() {
hex::ProjectFile::setProjectFunctions(load, store);
ContentRegistry::Interface::addSidebarItem(ICON_VS_PROJECT, [] {
ImGui::TextUnformatted("Test");
});
}
}