unnecessary comments

This commit is contained in:
jrkb 2023-09-19 12:44:52 +02:00
parent 1890926805
commit ef4cdafb8d

View file

@ -709,9 +709,7 @@ class Font {
break;
}
//cout << "yes, this is running" << endl;
if(charcode == '\r' || charcode == '\n'){
//cout << "but charcode is r or n" << endl;
continue;
}
// if does exist already
@ -733,10 +731,6 @@ class Font {
continue;
}
//text << (char)glyphIdentity.charcode
//<< " " << ofToString(glyphIdentity.coords[0]) << " "
//<< " (" << ofToString(bufferCurves.size()) << ")" << endl;
buildGlyph(glyphIdentity,
glyphIndex);