1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove AUTHORS file.

This commit is contained in:
Bartosz Taudul
2024-03-13 01:00:41 +01:00
parent 14206b5b4f
commit 18f2631e6e
4 changed files with 1 additions and 26 deletions
+1 -1
View File
@@ -611,7 +611,7 @@ static void DrawContents()
ImGui::TextUnformatted( "Created by Bartosz Taudul" );
ImGui::SameLine();
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
tracy::TextDisabledUnformatted( "Additional authors listed in git history." );
ImGui::Separator();
if( ImGui::TreeNode( ICON_FA_TOOLBOX " Global settings" ) )
{