Remove useless comment

This commit is contained in:
Léa Saviot
2019-01-24 13:48:05 +01:00
committed by Émilie Feral
parent 79dc1dc2b9
commit b59d568063

View File

@@ -143,8 +143,6 @@ uint32_t CodePoints[] = {
0x2264, // ≤ // LESS-THAN OR EQUAL TO
0x2265, // ≥ // GREATER-THAN OR EQUAL TO
0x1d422, // 𝐢 // MATHEMATICAL BOLD SMALL I"
// Apostrophe
};
int NumberOfCodePoints = sizeof(CodePoints)/sizeof(CodePoints[0]);