1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Remove duplicate comments

A few single line comments were duplicated, probably due to bad merges.

This commit removes the obviously duplicate ones.
This commit is contained in:
Dennis Brakhane
2021-04-25 17:03:56 +02:00
parent 15a85fe971
commit 31d41d83c3
6 changed files with 0 additions and 8 deletions

View File

@@ -80,7 +80,6 @@ struct ClipVertex
btVector3 v;
int id;
//b2ContactID id;
//b2ContactID id;
};
#define b2Dot(a, b) (a).dot(b)